emacs-devel
[Top][All Lists]
Advanced

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

Re: isearch C-o patch (post-freeze resubmission)


From: Kenichi Handa
Subject: Re: isearch C-o patch (post-freeze resubmission)
Date: Fri, 30 Nov 2001 08:44:13 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

address@hidden (Kim F. Storm) writes:
> However, I would much rather change the behaviour of C-w so that it
> copies a `word' if it is on a `word character' and a single character
> otherwise.  Then I could C-w C-w C-w to copy  word+=  into the
> minibuffer  (and use backspace if I got too much).

I'm not sure I like it or not.

I'll do this quite often while reading C or Lisp file:

  Move point to the head of function/variable, say,
  THIS-FUNCTION-DO-THIS-AND-THAT.  Then, type C-s C-w C-w
  C-w C-w C-w C-w C-s .. to search for that name.

With your change, I must type C-w 11 times instead of
current 6 times.

---
Ken'ichi HANDA
address@hidden



reply via email to

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