Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] store the backup files in a separate directory

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] store the backup files in a separate directory


Chronological Thread 
  • From: David MENTRE <address@hidden>
  • To: address@hidden
  • Cc: "Andrey G. Grozin" <address@hidden>, Kamaraju Kusumanchi <address@hidden>, address@hidden
  • Subject: Re: [TeXmacs] store the backup files in a separate directory
  • Date: Sun, 12 Mar 2006 21:34:36 +0100
  • Organization: none

Hello Henri,

Henri Lesourd <address@hidden> writes:

> , and when the tab completion mechanism tells you that there are
> other choices, you don't know if it is because :
>
> (1) there are two files foo and foo~ ;
>
> (2) there are several files starting with the prefix foo, for
> example "foo", "foo2" "foo3"... ;
>
> It would be better to be able to rule out the case (1) all
> the time.

You can configure the completion mechanism to avoid considering the ~
files. I'm sure that can be done under zsh, and also under bash (see
"Programmable Completion" in Bash manual).

For bash, add to your .bashrc "complete -f -X '*~' texmacs". With this
command, ~ files are not considered for completing commands starting
with texmacs.

Best wishes,
d.
--
pub 1024D/A3AD7A2A 2004-10-03 David MENTRE <address@hidden>
5996 CC46 4612 9CA4 3562 D7AC 6C67 9E96 A3AD 7A2A




Archive powered by MHonArc 2.6.19.

Top of Page