unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Fringe in Show/Hide menu?
Date: Tue, 2 Apr 2002 11:27:02 -0700 (MST)	[thread overview]
Message-ID: <200204021827.g32IR2d11593@aztec.santafe.edu> (raw)
In-Reply-To: <m3hemvl4k9.fsf@Janik.cz> (Pavel@Janik.cz)

    There is one problem - I do not see an easy way of saving this to .emacs
    via customize. Do you have an idea?

You need to first define a customizable variable to control the
feature.  Look at the defcustom for menu-bar-mode to see how that can
be done.  Then the menu commands can work by calling a function that
sets that variable and calling customize-mark-as-set.

However, I think it is a very bad idea to nest the menus so deeply.
It is inconvenient to go down thru so many menus.

Instead of having a submenu of fringe hiding commands, it is better
to have one command that cycles thru all 4 possibilities.

I think menu-bar-showhide-scroll-bar-menu is also inconvenient and
should be replaced with a single command to cycle thru all 3
possibilities.

  parent reply	other threads:[~2002-04-02 18:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-01 17:19 Fringe in Show/Hide menu? Pavel Janík
2002-04-02  6:00 ` Eli Zaretskii
2002-04-02 12:04 ` Per Abrahamsen
2002-04-02 16:50   ` Pavel Janík
2002-04-04 15:45     ` Per Abrahamsen
2002-04-02 18:27 ` Richard Stallman [this message]
2002-04-02 21:52   ` Kim F. Storm
2002-04-02 22:05     ` Stefan Monnier
2002-04-06 10:01     ` Pavel Janík

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=200204021827.g32IR2d11593@aztec.santafe.edu \
    --to=rms@gnu.org \
    --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).