unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: drew.adams@oracle.com, emacs-devel@gnu.org
Subject: Re: feedback on customize -- apropos-groups et al
Date: Mon, 11 Oct 2004 12:45:16 -0400	[thread overview]
Message-ID: <E1CH3IS-0000ow-Ck@fencepost.gnu.org> (raw)
In-Reply-To: <020601c4aefd$8de795a0$0200a8c0@sedrcw11488> (lennart.borgman.073@student.lu.se)

    In many surveys about web pages it is found that users mostly want web page
    links to look just like default links. This is blue underlined. Maybe this
    would be good for Emacs too?

Does this change do what you suggest?  What do people think of it?

*** info.el	08 Sep 2004 11:41:08 -0400	1.401
--- info.el	11 Oct 2004 03:37:05 -0400	
***************
*** 79,86 ****
    :group 'info)
  
  (defface info-xref
!   '((((class color) (background light)) :foreground "blue")
!     (((class color) (background dark)) :foreground "cyan")
      (t :underline t))
    "Face for Info cross-references."
    :group 'info)
--- 79,86 ----
    :group 'info)
  
  (defface info-xref
!   '((((class color) (background light)) :foreground "blue" :underline t)
!     (((class color) (background dark)) :foreground "cyan" :underline t)
      (t :underline t))
    "Face for Info cross-references."
    :group 'info)
***************
*** 455,460 ****
--- 455,461 ----
  
  ;;;###autoload (add-hook 'same-window-regexps "\\*info\\*\\(\\|<[0-9]+>\\)")
  
+ ;;;###autoload (put 'info 'info-file "emacs")
  ;;;###autoload
  (defun info (&optional file buffer)
    "Enter Info, the documentation browser.
***************
*** 1791,1796 ****
--- 1792,1799 ----
    "Build table of contents from menus of Info FILE and its subfiles."
    (if (equal file "dir")
        (error "Table of contents for Info directory is not supported yet"))
+   (if (equal file "history")
+       (error "Table of contents for history list is not meaningful"))
    (with-temp-buffer
      (let* ((default-directory (or (and (stringp file)
                                         (file-name-directory
***************
*** 3258,3263 ****
--- 3261,3267 ----
  			   (car elt)
  			 elt))
  		 (file (if (consp elt) (cdr elt) elt))
+ 		 (case-fold-search nil)
  		 (regexp (concat "\\`" (regexp-quote name)
  				 "\\(\\'\\|-\\)")))
  	    (if (string-match regexp (symbol-name command))

  reply	other threads:[~2004-10-11 16:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-09 19:31 feedback on customize -- apropos-groups et al Drew Adams
2004-10-10 15:16 ` Richard Stallman
2004-10-10 16:47   ` Drew Adams
2004-10-10 19:14     ` Lennart Borgman
2004-10-11 16:45       ` Richard Stallman [this message]
2004-10-11 17:03         ` Drew Adams
2004-10-11 17:13           ` Lennart Borgman
2004-10-12 14:48         ` Juri Linkov
2004-10-11 16:46     ` 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=E1CH3IS-0000ow-Ck@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=drew.adams@oracle.com \
    --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).