all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: 7779@debbugs.gnu.org
Subject: bug#7779: Miserable widget completion for type 'directory on w32
Date: Mon, 4 Jul 2011 00:56:57 +0200	[thread overview]
Message-ID: <CANbX365Gy1sZ+RMH7LYgpnX7zObGY7zOUJk0oEpayPPujPyWag@mail.gmail.com> (raw)
In-Reply-To: <CAAeL0SQXoG_fSqr8N9LBzBvu9dipMk=CkG+SP7G9AYF0nSAqBQ@mail.gmail.com>

On Mon, Jul 4, 2011 at 00:42, Juanma Barranquero <lekktu@gmail.com> wrote:
> On Mon, Jul 4, 2011 at 00:31, Lennart Borgman <lennart.borgman@gmail.com> wrote:
>
>> ESC is the only "control char" that I am using of those vi recognize
>> as its own. (The other are less important.)
>>
>> I suggest finding a key sequence in Emacs that does not use M (Alt).
>> TAB by itself seems to be the favorite on EmacsWiki. Maybe use two
>> fast TABs for it by default. And have C-RET as backup?
>
> Are you proposing changing the default binding? I don't think users
> used to the current binding should be penalized for the needs of
> Viper. If anything, an expert Viper user like you will surely know how
> to integrate a new keybinding into Viper. It is possible to bind
> shift-Esc to work from the input state?

I just tried these and they work (the states are called "vi" and
"insert" - my bad):

(define-key viper-vi-intercept-map [(shift escape)] (lambda ()
(interactive) (message "you pushed shift esc"))) ;; vi state
(define-key viper-insert-intercept-map [(shift escape)] (lambda ()
(interactive) (message "you pushed shift esc"))) ;; insert state

So S-ESC could be used with both default Emacs bindings and in Viper mode.

Yes, I was proposing a change, but I think this should be discussed
more. The main problem is that there are a lot of different
completions. (Something I tried to address experimentally in
tabkey2.el in nXhtml.)

> And, you still haven't answered the other question: do you still get
> case sensitive completion of directories?

Oh, sorry I missed that one. So you want me to test this with the
latest build? (BTW I see problems with my w32 build on Windows 7
64-bit. Should we perhaps provide 64-bit binaries? Can we?)





  reply	other threads:[~2011-07-03 22:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-03 21:00 bug#7779: Miserable widget completion for type 'directory on w32 Lennart Borgman
2011-07-03 18:44 ` Juanma Barranquero
2011-07-03 18:48   ` Lennart Borgman
2011-07-03 18:52     ` Juanma Barranquero
2011-07-03 22:31       ` Lennart Borgman
2011-07-03 22:42         ` Juanma Barranquero
2011-07-03 22:56           ` Lennart Borgman [this message]
2011-07-03 23:04             ` Juanma Barranquero
2011-07-03 23:23               ` Lennart Borgman
2011-07-03 23:31                 ` Juanma Barranquero
2011-07-04  1:35                 ` Lennart Borgman
2011-07-04  2:59                   ` Juanma Barranquero
2019-08-28 15:47 ` Mauro Aranda
2019-09-06 21:16   ` Noam Postavsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CANbX365Gy1sZ+RMH7LYgpnX7zObGY7zOUJk0oEpayPPujPyWag@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=7779@debbugs.gnu.org \
    --cc=lekktu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.