emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Usability suggestion : completion for M-:


From: Lennart Borgman (gmail)
Subject: Re: Usability suggestion : completion for M-:
Date: Thu, 13 Mar 2008 19:04:28 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

paul r wrote:
Hello,

Emacs seems to have a consistent behaviour regarding TAB and
completion, i.e : Almost everywhere, TAB triggers completion when :
- indentation does not make sens
- tabulation char is unlikely to make sens

For exemple, TAB triggers completion in find-file. I think TAB should
be bound to lisp-complete-symbol in M-x eval-expression, aka M-: .

Hope everybody agree and this will be widely considered as a simple
yet positive change.


At least I agree, I even have this in my .emacs

  (define-key read-expression-map (kbd "TAB") #'lisp-complete-symbol)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]