all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Subject: Fix for problem in fringe-mode
Date: Sat, 20 Dec 2003 15:03:41 -0600 (CST)	[thread overview]
Message-ID: <200312202103.hBKL3fZ08425@raven.dms.auburn.edu> (raw)

I finally found the solution to a problem I reported in early October.
At that time, I thought it was a bug in `partial-completion-mode', but
it is not.  It is a (trivial to fix) documentation bug in fringe-mode.

Problem:

Do M-x fringe-mode RET

Result:

Select fringe mode for all frames (SPACE for list):

For one of the possible four combinations of values of
`partial-completion-mode' and `completion-auto-help' SPACE will indeed
give you that list, for the other three it will do something else
(depending on which of the three combinations).  But `?' gives the
list in all cases.  So I propose to simply replace SPACE by ? in the
prompt, without any other changes.  In other words, if people are used
to use SPACE, it will still work.  If this is OK, I could commit it
once Savannah works again.

===File ~/fringe-diff=======================================
*** fringe.el.~1.8.~	Tue Oct 14 07:17:36 2003
--- fringe.el	Sat Dec 20 14:36:19 2003
***************
*** 119,125 ****
  Otherwise the negation of the fringe value in the currently selected
  frame parameter is used."
    (let ((mode (intern (completing-read
! 		       "Select fringe mode for all frames (SPACE for list): "
  		       '(("none") ("default") ("left-only")
  			 ("right-only") ("half") ("minimal"))
  		       nil t))))
--- 119,125 ----
  Otherwise the negation of the fringe value in the currently selected
  frame parameter is used."
    (let ((mode (intern (completing-read
! 		       "Select fringe mode for all frames (type ? for list): "
  		       '(("none") ("default") ("left-only")
  			 ("right-only") ("half") ("minimal"))
  		       nil t))))
============================================================

                 reply	other threads:[~2003-12-20 21:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

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

  git send-email \
    --in-reply-to=200312202103.hBKL3fZ08425@raven.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.