[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tweak to apropos-command display
From: |
Richard Stallman |
Subject: |
Re: tweak to apropos-command display |
Date: |
Tue, 22 Feb 2005 13:11:06 -0500 |
When apropos-command is displaying the keybindings associated with a
command, it often runs past the edge of the screen (esp. when displaying
M-x COMMAND RET) This makes the output very difficult to read.
How about this change instead?
*** apropos.el 12 Feb 2005 03:38:01 -0500 1.101
--- apropos.el 22 Feb 2005 04:59:34 -0500
***************
*** 860,872 ****
key))
key)
item ", "))
! (insert "M-x")
! (put-text-property (- (point) 3) (point)
! 'face apropos-keybinding-face)
! (insert " " (symbol-name symbol) " ")
! (insert "RET")
! (put-text-property (- (point) 3) (point)
! 'face apropos-keybinding-face)))
(terpri)
(apropos-print-doc 2
(if (commandp symbol)
--- 860,866 ----
key))
key)
item ", "))
! (insert "(invoke using M-x)")))
(terpri)
(apropos-print-doc 2
(if (commandp symbol)
- tweak to apropos-command display, Chong Yidong, 2005/02/21
- Re: tweak to apropos-command display, Kim F. Storm, 2005/02/21
- Re: tweak to apropos-command display, Stefan, 2005/02/21
- Re: tweak to apropos-command display,
Richard Stallman <=
- Re: tweak to apropos-command display, Kevin Rodgers, 2005/02/22
- Re: tweak to apropos-command display, Kim F. Storm, 2005/02/22
- Re: tweak to apropos-command display, David Kastrup, 2005/02/22
- Re: tweak to apropos-command display, Kim F. Storm, 2005/02/22
- Tweak to key-description for menu bindings (was Re: tweak to apropos-command display), Kim F. Storm, 2005/02/28
- Re: Tweak to key-description for menu bindings, David Kastrup, 2005/02/28
- Re: Tweak to key-description for menu bindings (was Re: tweak to apropos-command display), Richard Stallman, 2005/02/28
- Re: Tweak to key-description for menu bindings, Kim F. Storm, 2005/02/28
- Re: tweak to apropos-command display, Stefan Monnier, 2005/02/22
- Re: tweak to apropos-command display, Kim F. Storm, 2005/02/22