all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs 24.1 and 23.3 on Ubuntu forcing temporary files .#whatever.txt in the same folder (the files are actually symlinks to user@system)
@ 2012-07-04  8:48 Jeffrey Spencer
  2012-07-04  9:05 ` Peter Dyballa
  2012-07-04  9:22 ` Teemu Likonen
  0 siblings, 2 replies; 3+ messages in thread
From: Jeffrey Spencer @ 2012-07-04  8:48 UTC (permalink / raw)
  To: Help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 500 bytes --]

Is there a reason for this and a way to stop this? I have emacs 24.1 on one
system and 23.3 on the other. It does it on both but both contain ubuntu.

I have backups and autosave set to go to my .emacs.d/ folder. I can't seem
to see why these are created or how to stop. Even running emacs -q they are
still created and seem like a link to the system. Here is what it shows in
dired:

.#temper1.py -> big@big-desktop.774:1341142158

So a link to user@system but where is this file actually created??

[-- Attachment #2: Type: text/html, Size: 585 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs 24.1 and 23.3 on Ubuntu forcing temporary files .#whatever.txt in the same folder (the files are actually symlinks to user@system)
  2012-07-04  8:48 Emacs 24.1 and 23.3 on Ubuntu forcing temporary files .#whatever.txt in the same folder (the files are actually symlinks to user@system) Jeffrey Spencer
@ 2012-07-04  9:05 ` Peter Dyballa
  2012-07-04  9:22 ` Teemu Likonen
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Dyballa @ 2012-07-04  9:05 UTC (permalink / raw)
  To: Jeffrey Spencer; +Cc: Help-gnu-emacs


Am 04.07.2012 um 10:48 schrieb Jeffrey Spencer:

> I can't seem to see why these are created or how to stop.

These files are semaphores and make visible that some user on some machine is editing the file and has changed its contents while the file system still contains an elder, not yet updated and saved version.

I don't know how to change this (not editing? Instantaneously auto-saving?). It might be useful to make dired/dired-x not show these (dired-mode-hook, dired-omit-files).

--
Greetings

  Pete

Don't force it; get a larger hammer. 
				– Anthony's Law of Force




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs 24.1 and 23.3 on Ubuntu forcing temporary files .#whatever.txt in the same folder (the files are actually symlinks to user@system)
  2012-07-04  8:48 Emacs 24.1 and 23.3 on Ubuntu forcing temporary files .#whatever.txt in the same folder (the files are actually symlinks to user@system) Jeffrey Spencer
  2012-07-04  9:05 ` Peter Dyballa
@ 2012-07-04  9:22 ` Teemu Likonen
  1 sibling, 0 replies; 3+ messages in thread
From: Teemu Likonen @ 2012-07-04  9:22 UTC (permalink / raw)
  To: Jeffrey Spencer; +Cc: Help-gnu-emacs

Jeffrey Spencer [2012-07-04 18:48:52 +1000] wrote:

> Is there a reason for this and a way to stop this?

It's about locking the file. For more information, read:

    (info "(emacs) Interlocking")



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-04  9:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04  8:48 Emacs 24.1 and 23.3 on Ubuntu forcing temporary files .#whatever.txt in the same folder (the files are actually symlinks to user@system) Jeffrey Spencer
2012-07-04  9:05 ` Peter Dyballa
2012-07-04  9:22 ` Teemu Likonen

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.