* where-is says "X remapped to X"
@ 2006-02-13 12:39 Juanma Barranquero
2006-02-13 15:47 ` Juri Linkov
2006-02-14 0:39 ` Richard M. Stallman
0 siblings, 2 replies; 4+ messages in thread
From: Juanma Barranquero @ 2006-02-13 12:39 UTC (permalink / raw)
M-x cua-mode RET
C-h w scroll-up RET
=> "scroll-up is remapped to scroll-up which is on C-v"
Shouldn't `where-is' do the following?
--
/L/e/k/t/u
Index: help.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/help.el,v
retrieving revision 1.297
diff -u -2 -r1.297 help.el
--- help.el 11 Feb 2006 16:02:38 -0000 1.297
+++ help.el 13 Feb 2006 12:33:34 -0000
@@ -511,5 +511,5 @@
(if remapped
(format "%s is remapped to %s which is on %s"
- definition symbol keys)
+ definition remapped keys)
(format "%s is on %s" symbol keys))
;; If this is the command the user asked about,
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: where-is says "X remapped to X"
2006-02-13 12:39 where-is says "X remapped to X" Juanma Barranquero
@ 2006-02-13 15:47 ` Juri Linkov
2006-02-13 17:43 ` Juanma Barranquero
2006-02-14 0:39 ` Richard M. Stallman
1 sibling, 1 reply; 4+ messages in thread
From: Juri Linkov @ 2006-02-13 15:47 UTC (permalink / raw)
Cc: emacs-devel
> Shouldn't `where-is' do the following?
>
> (if remapped
> (format "%s is remapped to %s which is on %s"
> - definition symbol keys)
> + definition remapped keys)
> (format "%s is on %s" symbol keys))
> ;; If this is the command the user asked about,
Or maybe rather the following?
(format "%s is remapped to %s which is on %s"
symbol remapped keys)
--
Juri Linkov
http://www.jurta.org/emacs/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: where-is says "X remapped to X"
2006-02-13 15:47 ` Juri Linkov
@ 2006-02-13 17:43 ` Juanma Barranquero
0 siblings, 0 replies; 4+ messages in thread
From: Juanma Barranquero @ 2006-02-13 17:43 UTC (permalink / raw)
Cc: emacs-devel
On 2/13/06, Juri Linkov <juri@jurta.org> wrote:
> Or maybe rather the following?
>
> (format "%s is remapped to %s which is on %s"
> symbol remapped keys)
You're right. Otherwise, aliases will be shown incorrectly.
--
/L/e/k/t/u
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: where-is says "X remapped to X"
2006-02-13 12:39 where-is says "X remapped to X" Juanma Barranquero
2006-02-13 15:47 ` Juri Linkov
@ 2006-02-14 0:39 ` Richard M. Stallman
1 sibling, 0 replies; 4+ messages in thread
From: Richard M. Stallman @ 2006-02-14 0:39 UTC (permalink / raw)
Cc: emacs-devel
You are right; please install the fix.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-02-14 0:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-13 12:39 where-is says "X remapped to X" Juanma Barranquero
2006-02-13 15:47 ` Juri Linkov
2006-02-13 17:43 ` Juanma Barranquero
2006-02-14 0:39 ` Richard M. Stallman
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.