GNU bug report logs -
#14250
file locking fails if the hostname contains an @ character
Previous Next
Reported by: "Elrod, David" <elrodd <at> sharplabs.com>
Date: Tue, 23 Apr 2013 20:07:01 UTC
Severity: minor
Found in version 23.1
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #27 received at 14250 <at> debbugs.gnu.org (full text, mbox):
My fault for not doing "reply all"...
Typing:
^Mx(file-locked-p
when I type the space (' ') after the p, Emacs immediately inserts:
[No match]
so I see:
(file-locked-p [No match]
Leaving out the space and typing:
(file-locked-p(buffer-file-name))
is OK, until I press the Enter key and then Emacs appends:
(file-locked-p(buffer-file-name)) [No match]
If I put:
(file-locked-p (buffer-file-name))
by itself in a file, save it, then do
^Mxeval-current-buffer
not seems to happen.
David
________________________________________
From: Glenn Morris [rgm <at> gnu.org]
Sent: Wednesday, June 19, 2013 15:29
To: Elrod, David
Cc: 14250 <at> debbugs.gnu.org; schwab <at> linux-m68k.org
Subject: Re: FW: bug#14250: 23.1; Files locked by myself
"Elrod, David" wrote:
> Sorry to see this closed with no resolution....
From experience, it's a great way to get people to reply.
Reopened.
> I responded to email from Andreas (see copy below) three hours after
> it arrived at our mail server.
Please use reply-to-all on bug reports.
> I then entered:
> (file-locked-p(overview.html))
> which was the name of the file I was editing, the name of the buffer
> from the status bar, and the name I see when I list buffers, I get:
>
> Debugger entered--Lisp error: (void-function overview\.html)
He said to do:
(file-locked-p (buffer-file-name))
Literally type that.
Nothing about this makes any sense so far I am afraid.
This bug report was last modified 3 years and 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.