unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
Subject: Re: Putting blink-cursor-mode in Options menu.
Date: Wed, 2 Mar 2005 16:23:31 +0000 (UTC)	[thread overview]
Message-ID: <m1D6WdH-0004QgC@rattlesnake.com> (raw)
In-Reply-To: <m34qfuyvak.fsf@kfs-l.imdomain.dk> (storm@cua.dk)

   On the Appearence menu, there could be a Cursor submenu with
   these choices:

         [x] Blinking
         <x> Block
         < > Bar
         < > Hollow

Please remember the non-selected window, too!  

Consider a default mouse user interface like this for a Cursor menu in
Options that applies to all windows and all frames:

        Selected Window         Non-selected Window

         [ ] Blinking              [ ] Blinking

         <x> Block                 < > Block
         < > Hollow Block          <x> Hollow Block
         < > Bar                   < > Bar
             Width <2>                 Width <2>

for
      (blink-cursor-mode 0)
      (setq cursor-type 'box)

for the selected window, and also writing code for the non-selected
window.  Currently the documentation for `cursor-type' says that

    When the buffer is displayed in a nonselected window,
    this variable has no effect; the cursor appears as a hollow box.

The new function and variable might be:

      (blink-cursor-mode-non-selected-window 0)
      (setq cursor-type-non-selected-window 'hollow)

For a mouse user interface, buffer specific options might go into a
submenu of some sort. 

Presumably, a mouse user interface that sets values permanently makes
use of the same automatic code writing library as Customize?  Is that
right?  Or does it use a different library?  I do not use my mouse in
the Emacs menu and have never looked into the matter.

In any event, Customize could write buffer specific options as well as
general options into a .emacs file so the user can see what the
expressions look like, the way Customize does now with `baud-rate' and
other such variables.

-- 
    Robert J. Chassell                         
    bob@rattlesnake.com                         GnuPG Key ID: 004B4AC8
    http://www.rattlesnake.com                  http://www.teak.cc

  reply	other threads:[~2005-03-02 16:23 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-01  0:34 Putting blink-cursor-mode in Options menu Luc Teirlinck
2005-03-01  8:24 ` Kim F. Storm
2005-03-01 12:18 ` Robert J. Chassell
2005-03-01 14:11   ` Chong Yidong
2005-03-01 14:27     ` David Kastrup
2005-03-01 16:46       ` Luc Teirlinck
2005-03-01 13:28 ` David Kastrup
2005-03-01 16:08   ` Luc Teirlinck
2005-03-01 16:58     ` David Kastrup
2005-03-01 17:26       ` Luc Teirlinck
2005-03-01 18:47         ` Jason Rumney
2005-03-01 19:02           ` Luc Teirlinck
2005-03-01 19:24           ` Robert J. Chassell
2005-03-01 20:16             ` Jason Rumney
2005-03-02 13:32               ` Robert J. Chassell
2005-03-02 18:41                 ` Eli Zaretskii
2005-03-01 19:44           ` David Kastrup
2005-03-02  0:21             ` Luc Teirlinck
2005-03-02  1:10               ` David Kastrup
2005-03-01 20:48           ` Eli Zaretskii
2005-03-03  4:10           ` Luc Teirlinck
2005-03-03  8:57             ` Jason Rumney
2005-03-03 20:57             ` Richard Stallman
2005-03-03 21:35               ` David Kastrup
2005-03-03 22:42               ` Lennart Borgman
2005-03-01 19:27         ` David Kastrup
2005-03-01 21:26           ` Kim F. Storm
2005-03-02  0:29           ` Luc Teirlinck
2005-03-02 13:44             ` Robert J. Chassell
2005-03-02 17:56               ` David Kastrup
2005-03-03  1:38               ` Miles Bader
2005-03-03  4:32                 ` Luc Teirlinck
2005-03-03  2:27     ` Richard Stallman
2005-03-03 12:26       ` Andreas Schwab
2005-03-01 16:16   ` Luc Teirlinck
2005-03-02 11:22 ` Richard Stallman
2005-03-02 13:04   ` David Kastrup
2005-03-02 14:30     ` Kim F. Storm
2005-03-02 16:23       ` Robert J. Chassell [this message]
2005-03-02 17:53         ` David Kastrup
2005-03-02 22:19         ` Kim F. Storm
2005-03-03  3:34           ` Luc Teirlinck
2005-03-03 20:57         ` Richard Stallman
2005-03-02 13:35   ` Jason Rumney
2005-03-03 20:57     ` Richard Stallman
2005-03-02 23:34   ` Juri Linkov
2005-03-03 20:57     ` Richard Stallman
2005-03-03 19:45   ` Per Abrahamsen
2005-03-04 23:44     ` Richard Stallman
2005-03-05  1:20       ` Luc Teirlinck
2005-03-06 21:11       ` Kim F. Storm
2005-03-06 22:44         ` Andreas Schwab
2005-03-06 23:00         ` Miles Bader
2005-03-08  2:51         ` Richard Stallman
2005-03-08  3:32           ` Luc Teirlinck
2005-03-08  8:21           ` Kim F. Storm

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=m1D6WdH-0004QgC@rattlesnake.com \
    --to=bob@rattlesnake.com \
    /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).