emacs-devel
[Top][All Lists]
Advanced

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

Re: Customize fringe


From: Simon Josefsson
Subject: Re: Customize fringe
Date: Sat, 11 May 2002 14:24:40 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.50 (i686-pc-linux-gnu)

"Eli Zaretskii" <address@hidden> writes:

>> +          (lambda ()
>> +            (interactive)
>> +            (customize-variable 'fringe-mode))
>
> I think it's generally best to avoid anonymous lambda expressions in
> the menu bar bindings, since they cause "C-h c" and "C-h k" to display
> useless information for anyone but Lisp hackers.

I agree, altough menu-bar.el is full of similar constructs so doing
something else probably makes it more difficult to read the code.  The
best would be if all anonymous lambda expressions in the file were
removed though.




reply via email to

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