* symbolic links don't show up special in the *Completions* buffer
@ 2003-01-19 21:57 Dan Jacobson
2003-01-21 19:59 ` Kevin Rodgers
0 siblings, 1 reply; 3+ messages in thread
From: Dan Jacobson @ 2003-01-19 21:57 UTC (permalink / raw)
That symbolic links don't show up special in the *Completions* buffer
is a shame
$ mkdir real; ln -s . oo
$ emacs
C-x d TAB TAB
oo/ real/
--
http://jidanni.org/ Taiwan(04)25854780
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: symbolic links don't show up special in the *Completions* buffer
2003-01-19 21:57 symbolic links don't show up special in the *Completions* buffer Dan Jacobson
@ 2003-01-21 19:59 ` Kevin Rodgers
2003-01-23 8:00 ` Richard Stallman
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Rodgers @ 2003-01-21 19:59 UTC (permalink / raw)
Dan Jacobson wrote:
> That symbolic links don't show up special in the *Completions* buffer
> is a shame
> $ mkdir real; ln -s . oo
> $ emacs
> C-x d TAB TAB
> oo/ real/
Do you want something like `ls -F` would display (oo/@)? I think that would
be difficult to implement, since the completion text would not be a valid file
name. But there is an alternative; see
From: Kevin Rodgers <kevinr@ihs.com>
Newsgroups: gnu.emacs.help
Subject: Re: Coloring directories on completion?
Date: Mon, 11 Jun 2001 13:15:06 -0600
Message-ID: <3B2518BA.F9AA5F09@ihs.com>
--
<a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: symbolic links don't show up special in the *Completions* buffer
2003-01-21 19:59 ` Kevin Rodgers
@ 2003-01-23 8:00 ` Richard Stallman
0 siblings, 0 replies; 3+ messages in thread
From: Richard Stallman @ 2003-01-23 8:00 UTC (permalink / raw)
Cc: bug-gnu-emacs
Do you want something like `ls -F` would display (oo/@)? I think that would
be difficult to implement, since the completion text would not be a valid file
name.
It would not be hard to put a text property on the actual file name
so that Emacs would not consider the @ to be part of it.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-01-23 8:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-19 21:57 symbolic links don't show up special in the *Completions* buffer Dan Jacobson
2003-01-21 19:59 ` Kevin Rodgers
2003-01-23 8:00 ` Richard Stallman
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.