unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Eli Zaretskii" <eliz@is.elta.co.il>
Cc: Pavel@Janik.cz, emacs-devel@gnu.org
Subject: Re: Customize fringe
Date: Sat, 11 May 2002 13:13:24 +0300	[thread overview]
Message-ID: <8632-Sat11May2002131324+0300-eliz@is.elta.co.il> (raw)
In-Reply-To: <iluznz7oxkp.fsf@latte-eth2-dhcp128.josefsson.org> (message from Simon Josefsson on Sat, 11 May 2002 11:14:46 +0200)

> From: Simon Josefsson <jas@extundo.com>
> Date: Sat, 11 May 2002 11:14:46 +0200
>  
> +(setq menu-bar-showhide-fringe-menu (make-sparse-keymap "Fringe"))
> +
> +(define-key menu-bar-showhide-fringe-menu [customize]
> +  '(menu-item "Customize"
> +	      (lambda ()
> +		(interactive)
> +		(customize-variable 'fringe-mode))
> +	      :help "Detailed customization of fringe"
> +	      :visible (display-graphic-p)))

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.

  reply	other threads:[~2002-05-11 10:13 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-09 12:05 Customize fringe Simon Josefsson
2002-05-09 12:28 ` Miles Bader
2002-05-09 17:36   ` Simon Josefsson
2002-05-09 18:48     ` Miles Bader
2002-05-09 19:46       ` Simon Josefsson
2002-05-10  1:32         ` Miles Bader
2002-05-10  6:52           ` Eli Zaretskii
2002-05-10  7:23             ` Miles Bader
2002-05-10  9:40             ` Kim F. Storm
2002-05-10 11:07               ` Robert J. Chassell
2002-05-10 11:08               ` Robert J. Chassell
2002-05-10 10:44             ` Robert J. Chassell
2002-05-10 12:17               ` Eli Zaretskii
2002-05-10 13:37                 ` Robert J. Chassell
2002-05-13  2:16                 ` Miles Bader
2002-05-11  6:31           ` Richard Stallman
2002-05-11  8:04             ` Simon Josefsson
2002-05-09 18:07   ` Eli Zaretskii
2002-05-09 18:35     ` Stefan Monnier
2002-05-09 19:39       ` Simon Josefsson
2002-05-09 21:18         ` Stefan Monnier
2002-05-09 22:13           ` Simon Josefsson
2002-05-09 22:24             ` Simon Josefsson
2002-05-11  8:16               ` Pavel Janík
2002-05-11  9:14                 ` Simon Josefsson
2002-05-11 10:13                   ` Eli Zaretskii [this message]
2002-05-11 12:24                     ` Simon Josefsson
2002-05-11 23:28                   ` Kim F. Storm
2002-05-11  6:31             ` Richard Stallman
2002-05-09 23:31 ` Kim F. Storm
2002-05-11  9:12   ` Simon Josefsson
2002-05-11 23:44     ` Kim F. Storm
2002-05-11 23:11       ` Simon Josefsson
2002-05-12  4:49         ` Eli Zaretskii
2002-05-12  9:51           ` Simon Josefsson
2002-05-12 10:06             ` Eli Zaretskii
2002-05-12 10:30               ` Simon Josefsson
2002-05-12 12:37                 ` Eli Zaretskii
2002-05-13 14:18       ` Richard Stallman
2002-05-10  0:29 ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8632-Sat11May2002131324+0300-eliz@is.elta.co.il \
    --to=eliz@is.elta.co.il \
    --cc=Pavel@Janik.cz \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).