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: Xah Lee
Subject: Re: usability problem of emacs describe-mode
Date: Tue, 24 Feb 2009 12:36:19 -0800 (PST)
User-agent: G2/1.0

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.

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]