unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Alfred M. Szmidt" <ams@gnu.org>
To: Juri Linkov <juri@jurta.org>
Cc: emacs-devel@gnu.org
Subject: Re: *Diff*?
Date: Fri, 13 Jul 2007 21:51:26 +0200 (CEST)	[thread overview]
Message-ID: <20070713195126.CF17B30230@Psilocybe.Update.UU.SE> (raw)
In-Reply-To: <87bqeizelv.fsf@jurta.org> (message from Juri Linkov on Thu, 12 Jul 2007 02:28:28 +0300)

   > I find it a bit annoying that the diff buffer is called *Diff*, a
   > more logical choice is to call it *diff*.  Often one ends up
   > either editing the buffer, or using it various ways, much like
   > *mail* and other such buffers, the extra capital makes it a bit
   > harder to type.
   >
   > --- diff.el	06 May 2007 00:12:40 +0200	1.62
   > +++ diff.el	09 Jul 2007 23:10:14 +0200	
   > @@ -112,7 +112,7 @@ With prefix arg, prompt for diff switche
   >  		       ,(shell-quote-argument (or old-alt old))
   >  		       ,(shell-quote-argument (or new-alt new)))
   >  		     " "))
   > -	 (buf (get-buffer-create "*Diff*"))
   > +	 (buf (get-buffer-create "*diff*"))
   >  	 (thisdir default-directory)
   >  	 proc)
   >      (save-excursion

   Maybe, it would be good to unify buffer names, but I (and possibly many
   other users) have in .emacs:

     (add-to-list 'same-window-buffer-names "*Diff*")

   which is currently not case-sensitive.

   And also there are other buffer names with capital letters:

      ("*Help*" "*Apropos*" "*Locate*" "*Colors*" "*Buffer List*")

   Want to rename them too?

They are all quite different from *diff*, in none of those do you end
up editing the actual content (atleast, I don't); maybe an execption
can be made for *Locate*, it is similar to *grep*, or *occur*, which I
often edit to do various things on specific lines using macros.

      parent reply	other threads:[~2007-07-13 19:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-11 18:35 *Diff*? Alfred M. Szmidt
2007-07-11 23:28 ` *Diff*? Juri Linkov
2007-07-12 21:23   ` *Diff*? Richard Stallman
2007-07-13 19:51   ` Alfred M. Szmidt [this message]

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=20070713195126.CF17B30230@Psilocybe.Update.UU.SE \
    --to=ams@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=juri@jurta.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).