all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: emacs-devel@gnu.org
Subject: Info-copy-current-node-name readability
Date: Sat, 03 Nov 2007 22:36:37 +0100	[thread overview]
Message-ID: <873avn57ve.fsf@ambire.localdomain> (raw)

any objections to this small change to add a space
between the filename and nodename?  

 before -- "(elisp)Documentation Tips"
  after -- "(elisp) Documentation Tips"

seems to me more readable this way.

thi


__________________________________________________________
*** info.el	28 Aug 2007 10:15:23 -0000	1.505
--- info.el	3 Nov 2007 21:29:46 -0000
***************
*** 3353,3359 ****
    (unless Info-current-node
      (error "No current Info node"))
    (let ((node (if (stringp Info-current-file)
! 		  (concat "(" (file-name-nondirectory Info-current-file) ")"
  			  Info-current-node))))
      (if (zerop (prefix-numeric-value arg))
          (setq node (concat "(info \"" node "\")")))
--- 3353,3359 ----
    (unless Info-current-node
      (error "No current Info node"))
    (let ((node (if (stringp Info-current-file)
! 		  (concat "(" (file-name-nondirectory Info-current-file) ") "
  			  Info-current-node))))
      (if (zerop (prefix-numeric-value arg))
          (setq node (concat "(info \"" node "\")")))

             reply	other threads:[~2007-11-03 21:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-03 21:36 Thien-Thi Nguyen [this message]
2007-11-04  1:47 ` Info-copy-current-node-name readability Luc Teirlinck
2007-11-04  1:56   ` Lennart Borgman (gmail)
2007-11-04  3:58   ` Eli Zaretskii
2007-11-06  0:46     ` Juri Linkov
2007-11-06  0:58       ` Miles Bader
2007-11-04  1:54 ` Luc Teirlinck

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=873avn57ve.fsf@ambire.localdomain \
    --to=ttn@gnuvola.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 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.