all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Barry Margolin <barmar@genuity.net>
Subject: Re: disturbing link
Date: Tue, 08 Oct 2002 00:12:00 GMT	[thread overview]
Message-ID: <kppo9.34$LA4.5028@paloalto-snr1.gtei.net> (raw)
In-Reply-To: 3DA20CA2.2090608@gmx.net

In article <3DA20CA2.2090608@gmx.net>, Trilobit  <trilobot@gmx.net> wrote:
>Hi,
>
>if you cange the contents of an file(example: bla.txt) with Emacs 
>(running under linux) and don't save it
>Emacs generates a link:
>
>$>ls -l
>lrwxrwxrwx    1 Trilobit    Trilobit          36  8. Okt 00:16 .#bla.txt 
>-> Trilobit@***.tu-dresden.de.932
>-rw-r--r--    1 Trilobit    Trilobit           0  8. Okt 00:16 bla.txt
>
>this link is removed after the file is saved, but newly createt after a 
>new change of the content, that's  quite disturbing.
>
>Is there any option to tell Emacs never to create this link, or at least 
>to create it in another directory?
>(the "autosave" option and the "make backup" option are already swtiched 
>off, with no result ;-( )

That's the auto-save file, so I think you didn't properly turn off
auto-save.

Note that (auto-save-mode nil) only turns off auto-save of the current
buffer, not all buffers.  If you want auto-save off by default in all
buffers, set auto-save-default to nil.

-- 
Barry Margolin, barmar@genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.

  reply	other threads:[~2002-10-08  0:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-07 22:37 disturbing link Trilobit
2002-10-08  0:12 ` Barry Margolin [this message]
2002-10-08 12:01   ` Trilobit
2002-10-08 12:30     ` Trilobit
2002-10-08 13:42       ` Stefan Monnier <foo@acm.com>
2002-10-09  6:42 ` Tim Cross
2002-10-09 10:03 ` Trilobit
2002-10-09 17:30   ` Kevin Rodgers
2002-10-09 13:44 ` Alan Shutko

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='kppo9.34$LA4.5028@paloalto-snr1.gtei.net' \
    --to=barmar@genuity.net \
    /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.