bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7854: 24.0.50; Buffer *temp* modified; kill anyway?


From: Reiner Steib
Subject: bug#7854: 24.0.50; Buffer *temp* modified; kill anyway?
Date: Sat, 22 Jan 2011 13:06:32 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux)

On Thu, Jan 20 2011, Stefan Monnier wrote:

> So I guess the problem can be reproduced with
>
>   emacs -Q --eval \
>       "(defalias 'tramp-completion-file-name-handler 'file-name-non-special)"
>
> and then M-x load-library RET pcvs RET.

Yes, that is another way I can reproduce it.

> I still don't understand why this shows up under w32 and not under
> GNU/Linux, but I'm pretty sure that's the culprit.  

Maybe a line-endings issue?

> Can you check to see if the quick-fix below solves the problem?

It solves the problem.  Thank you!

> -          (setq buffer-file-name (concat "/:" buffer-file-name))))
> +             (if buffer-file-name
> +                 (setq buffer-file-name (concat "/:" buffer-file-name)))))

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]