all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo <sdl.web@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: vc-mode-line
Date: Fri, 30 Jul 2010 16:52:10 +0100	[thread overview]
Message-ID: <m162zxvufp.fsf@cam.ac.uk> (raw)
In-Reply-To: 83lj8tb2yg.fsf@gnu.org

On 2010-07-30 12:53 +0100, Eli Zaretskii wrote:
> This function's doc string (and the corresponding portion of the Emacs
> manual) does not document all the possible characters that can appear
> between the name of the back-end and the revision number.
>
> I will take care of fixing that, but while at that, I'm surprised that
> the characters selected to express the various statuses have such a
> small mnemonic value. `-' would be much more appropriate for removed
> files, and locally added files should use `+' rather than `@'. How
> entrenched are the current indicators? is it possible to change them,
> or will that cause massive breakage elsewhere and/or user outcry?

For modern SCMs it makes sense also to hook the modeline info in dired
buffer (and eshell buffer etc.).

For example, if I eval the elisp code below in a dired visiting a git
repo:

(vc-mode-line default-directory
              (ignore-errors
                 (vc-responsible-backend default-directory)))

the char between backend and branch is always :

It'd be nice if you could also improve this. Thanks.

Leo




  parent reply	other threads:[~2010-07-30 15:52 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-30 11:53 vc-mode-line Eli Zaretskii
2010-07-30 12:34 ` vc-mode-line Andy Moreton
2010-08-01 23:04   ` vc-mode-line Stefan Monnier
2010-07-30 15:52 ` Leo [this message]
2010-08-05  4:16 ` vc-mode-line Dan Nicolaescu
2010-08-05  4:55   ` vc-mode-line Miles Bader
2010-08-05  5:20     ` vc-mode-line Dan Nicolaescu
2010-08-05  6:39     ` vc-mode-line Stephen J. Turnbull
2010-08-05 16:20       ` vc-mode-line David Kastrup
2010-08-05 14:57     ` vc-mode-line Eli Zaretskii
2010-08-05 18:54     ` vc-mode-line Dan Nicolaescu
2010-08-06  2:41       ` vc-mode-line Miles Bader
2010-08-06  3:38         ` vc-mode-line Óscar Fuentes
2010-08-06  4:59           ` vc-mode-line Óscar Fuentes
2010-08-06  5:13             ` vc-mode-line Miles Bader
2010-08-06  6:52               ` vc-mode-line Óscar Fuentes
2010-08-06  8:13                 ` vc-mode-line Eli Zaretskii
2010-08-06 14:23                   ` vc-mode-line Óscar Fuentes
2010-08-06 16:33                   ` vc-mode-line Óscar Fuentes
2010-08-06 18:12                     ` vc-mode-line Eli Zaretskii
2010-08-06  5:12           ` vc-mode-line Miles Bader
2010-08-10 15:29           ` vc-mode-line David House
2010-08-10 15:43             ` vc-mode-line Óscar Fuentes
2010-08-12 13:08               ` vc-mode-line Ted Zlatanov

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=m162zxvufp.fsf@cam.ac.uk \
    --to=sdl.web@gmail.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 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.