help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: usability problem of emacs describe-mode


From: Andreas Politz
Subject: Re: usability problem of emacs describe-mode
Date: Wed, 25 Feb 2009 00:22:31 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

Xah Lee wrote:
On Feb 23, 11:27 am, Andreas Politz <poli...@fh-trier.de> wrote:
Xah Lee wrote:
usability of emacs mode documentation.
emacs's describe-mode (Ctrl+h m) is really unusable.
[...]

(defun describe-major-mode (&optional buffer)
   "Describe only major-mode."
   (interactive)
   (let (minor-mode-list minor-mode-alist)
     (describe-mode buffer)))

-ap

hi Andreas,

not sure if you agree or disagree with my criticism.

My opinion on this matter is this :
Problem solved, case closed.

Thanks for the code though. I might use it in emacs2010. (may i use
it? GPL?)

  Xah
∑ http://xahlee.org/


reply via email to

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