Re: Address Completion in Emacs

2023-12-09 Thread Keith Amidon
This thread inspired me to look a little more deeply into the address completion issues I've been having since switching to corfu as well. It was a rather long and twisted journey but I ended up getting completion using corfu working with the following in my init file:    ;; Make corfu-based

Re: Address Completion in Emacs

2023-12-08 Thread David Wen Riccardi-Zhu
test ones at the top and letting me filter through them > further. > > Corfu and company-mode, I have never heard of! So this is more of > an answer to the "alternatively" part you asked. > > Sandra > > > David Wen Riccardi-Zhu writes: > >> Hello, >

Re: Address Completion in Emacs

2023-12-08 Thread Sandra Snan
ode, I have never heard of! So this is more of an answer to the "alternatively" part you asked. Sandra David Wen Riccardi-Zhu writes: Hello, I had working address completion in Emacs with company-mode, but recently switched to corfu. Has anyone been able to get address completion to work wi

Address Completion in Emacs

2023-12-08 Thread David Wen Riccardi-Zhu
Hello, I had working address completion in Emacs with company-mode, but recently switched to corfu. Has anyone been able to get address completion to work with it? Alternatively, I'm wondering how the internal completion style works. Is there a function I can call to get internal address

Address completion in Emacs

2014-12-14 Thread Tomi Ollila
On Fri, Dec 12 2014, Lele Gaifax wrote: > Hi all, > > Yesterday I tweaked my Emacs configuration to use "ido-completing-read" > to select the right address in the minibuffer, and noticed what seems a > glitch in the related code. > > To accomplish the goal, I implemented my own selection function

Re: Address completion in Emacs

2014-12-14 Thread Tomi Ollila
On Fri, Dec 12 2014, Lele Gaifax wrote: Hi all, Yesterday I tweaked my Emacs configuration to use ido-completing-read to select the right address in the minibuffer, and noticed what seems a glitch in the related code. To accomplish the goal, I implemented my own selection function

Address completion in Emacs

2014-12-12 Thread Lele Gaifax
David Edmondson writes: > On Fri, Dec 12 2014, Lele Gaifax wrote: >> Wouldn't it be more "correct" to pass the unchanged `options' list and >> the "real" `orig' text as `initial-input' to the customizable function >> instead? > > Would I then have to press TAB twice to get the first result? No,

Address completion in Emacs

2014-12-12 Thread David Edmondson
On Fri, Dec 12 2014, Lele Gaifax wrote: > David Edmondson writes: > >> On Fri, Dec 12 2014, Lele Gaifax wrote: >>> Wouldn't it be more "correct" to pass the unchanged `options' list and >>> the "real" `orig' text as `initial-input' to the customizable function >>> instead? >> >> Would I then have

Address completion in Emacs

2014-12-12 Thread David Edmondson
On Fri, Dec 12 2014, Lele Gaifax wrote: > Hi all, > > Yesterday I tweaked my Emacs configuration to use "ido-completing-read" > to select the right address in the minibuffer, and noticed what seems a > glitch in the related code. > > To accomplish the goal, I implemented my own selection function

Address completion in Emacs

2014-12-12 Thread Lele Gaifax
Hi all, Yesterday I tweaked my Emacs configuration to use "ido-completing-read" to select the right address in the minibuffer, and noticed what seems a glitch in the related code. To accomplish the goal, I implemented my own selection function (defun esk-notmuch-address-selection-function

Address completion in Emacs

2014-12-12 Thread Lele Gaifax
Hi all, Yesterday I tweaked my Emacs configuration to use ido-completing-read to select the right address in the minibuffer, and noticed what seems a glitch in the related code. To accomplish the goal, I implemented my own selection function (defun esk-notmuch-address-selection-function

Re: Address completion in Emacs

2014-12-12 Thread David Edmondson
On Fri, Dec 12 2014, Lele Gaifax wrote: Hi all, Yesterday I tweaked my Emacs configuration to use ido-completing-read to select the right address in the minibuffer, and noticed what seems a glitch in the related code. To accomplish the goal, I implemented my own selection function

Re: Address completion in Emacs

2014-12-12 Thread Lele Gaifax
David Edmondson d...@dme.org writes: On Fri, Dec 12 2014, Lele Gaifax wrote: Wouldn't it be more correct to pass the unchanged `options' list and the real `orig' text as `initial-input' to the customizable function instead? Would I then have to press TAB twice to get the first result? No,

Re: Address completion in Emacs

2014-12-12 Thread David Edmondson
On Fri, Dec 12 2014, Lele Gaifax wrote: David Edmondson d...@dme.org writes: On Fri, Dec 12 2014, Lele Gaifax wrote: Wouldn't it be more correct to pass the unchanged `options' list and the real `orig' text as `initial-input' to the customizable function instead? Would I then have to press

address completion in emacs via akonadi

2013-10-27 Thread Maximilian Mehnert
On 27/10/13 20:04, David Bremner wrote:>> I've created a small program to have address completion in notmuch / >> emacs via akonadi. > Thanks for the mail. It would be great if somebody could update > >http://notmuchmail.org/emacstips/#index15h2 I was not aware of t

address completion in emacs via akonadi

2013-10-27 Thread David Bremner
Maximilian Mehnert writes: > On 27/10/13 20:04, David Bremner wrote:>> I've created a small program > to have address completion in notmuch / >>> emacs via akonadi. >> Thanks for the mail. It would be great if somebody could update >> >>http://not

address completion in emacs via akonadi

2013-10-27 Thread David Bremner
Maximilian Mehnert writes: > I've created a small program to have address completion in notmuch / > emacs via akonadi. > > https://github.com/mmehnert/akonadimailsearch > > Please feel free to use and contribute :-) Thanks for the mail. It would be great if somebody could up

address completion in emacs via akonadi

2013-10-27 Thread Maximilian Mehnert
I've created a small program to have address completion in notmuch / emacs via akonadi. https://github.com/mmehnert/akonadimailsearch Please feel free to use and contribute :-) Best regards, Maximilian

address completion in emacs via akonadi

2013-10-27 Thread Maximilian Mehnert
I've created a small program to have address completion in notmuch / emacs via akonadi. https://github.com/mmehnert/akonadimailsearch Please feel free to use and contribute :-) Best regards, Maximilian ___ notmuch mailing list notmuch@notmuchmail.org

Re: address completion in emacs via akonadi

2013-10-27 Thread David Bremner
Maximilian Mehnert maximilian.mehn...@gmx.de writes: I've created a small program to have address completion in notmuch / emacs via akonadi. https://github.com/mmehnert/akonadimailsearch Please feel free to use and contribute :-) Thanks for the mail. It would be great if somebody could

Re: address completion in emacs via akonadi

2013-10-27 Thread David Bremner
Maximilian Mehnert maximilian.mehn...@gmx.de writes: On 27/10/13 20:04, David Bremner wrote: I've created a small program to have address completion in notmuch / emacs via akonadi. Thanks for the mail. It would be great if somebody could update http://notmuchmail.org/emacstips