* Lock file names
@ 2012-07-19 19:29 Suvayu Ali
2012-07-20 6:10 ` Teemu Likonen
0 siblings, 1 reply; 3+ messages in thread
From: Suvayu Ali @ 2012-07-19 19:29 UTC (permalink / raw)
To: Emacs help
Hi,
I am using GNU Emacs 24.1.50.1 (built in the 1st week of July) and I see
a change in the file naming scheme for lock files. As far as I recall,
it used to be `.#<old name>#', but now I see `.#<old name>'. The
trailing hash is missing. Is this a bug?
My issue is, earlier the glob `*.cxx' would only match source files but
now these lock files are picked up because of the absence of the
trailing hash. And for the sake of completeness, in my case changing the
glob to a regex or something else is not a solution.
Thanks for any thoughts,
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Lock file names
2012-07-19 19:29 Lock file names Suvayu Ali
@ 2012-07-20 6:10 ` Teemu Likonen
2012-07-20 6:36 ` Suvayu Ali
0 siblings, 1 reply; 3+ messages in thread
From: Teemu Likonen @ 2012-07-20 6:10 UTC (permalink / raw)
To: Suvayu Ali; +Cc: Emacs help
Suvayu Ali [2012-07-19 21:29:55 +0200] wrote:
> I am using GNU Emacs 24.1.50.1 (built in the 1st week of July) and I
> see a change in the file naming scheme for lock files. As far as I
> recall, it used to be `.#<old name>#', but now I see `.#<old name>'.
> The trailing hash is missing. Is this a bug?
I think autosave files are named “#name#” but lock files are a symbolic
links named “.#name”.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Lock file names
2012-07-20 6:10 ` Teemu Likonen
@ 2012-07-20 6:36 ` Suvayu Ali
0 siblings, 0 replies; 3+ messages in thread
From: Suvayu Ali @ 2012-07-20 6:36 UTC (permalink / raw)
To: Teemu Likonen; +Cc: Emacs help, Suvayu Ali
On Fri, Jul 20, 2012 at 09:10:25AM +0300, Teemu Likonen wrote:
> Suvayu Ali [2012-07-19 21:29:55 +0200] wrote:
>
> > I am using GNU Emacs 24.1.50.1 (built in the 1st week of July) and I
> > see a change in the file naming scheme for lock files. As far as I
> > recall, it used to be `.#<old name>#', but now I see `.#<old name>'.
> > The trailing hash is missing. Is this a bug?
>
> I think autosave files are named “#name#” but lock files are a symbolic
> links named “.#name”.
Okay thanks. Would this be a reasonable feature request?
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-07-20 6:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-19 19:29 Lock file names Suvayu Ali
2012-07-20 6:10 ` Teemu Likonen
2012-07-20 6:36 ` Suvayu Ali
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.