* why does .emacs.desktop fail?
@ 2005-07-13 11:04 FCC
2005-07-13 22:02 ` rgb
2005-07-14 2:49 ` Stefan Monnier
0 siblings, 2 replies; 5+ messages in thread
From: FCC @ 2005-07-13 11:04 UTC (permalink / raw)
Hello all,
Apologies, as the very first thing, for this lengthy post. I have been
trying to solve, for a long time by now, why the emacs desktop file is
failing after restoring only the first entry in the .emacs.desktop.
This behavior does not exist if all the files are in a Linux partition
when on Linux or all are in a Windows partition when on Windows. The
problem surfaces when one uses Linux and the files to be opened are on a
shared vfat partition. On both systems I use GNU Emacs 21.3.50.1.
I have tried opening the .emacs.desktop file, going to the end of one of
the entries
(desktop-create-buffer 206 ... )
end then doing a C-x C-e. The first time this is done on *any* such
entry in the list, it works, although an error message is still generated:
----
Debugger entered--Lisp error: (void-variable desktop-buffer-ok-count)
(1+ desktop-buffer-ok-count)
(setq desktop-buffer-ok-count (1+ desktop-buffer-ok-count))
(if (bufferp result) (setq desktop-buffer-ok-count (1+
desktop-buffer-ok-count)) (setq desktop-buffer-fail-count (1+
desktop-buffer-fail-count)) (setq result nil))
(let ((buffer-list ...) (result ...)) (if (bufferp result) (setq
desktop-buffer-ok-count ...) (setq desktop-buffer-fail-count ...) (setq
result nil)) (unless (< desktop-file-version 206) (mapc ... buffer-list)
(when result ...)) (when result (unless ... ...) (set-buffer result)
(unless ... ...) (cond ... ... ...) (when desktop-buffer-point ...)
(when desktop-buffer-mark ...) (if desktop-buffer-read-only ...) (while
desktop-buffer-locals ... ...)))
(save-current-buffer (let (... ...) (if ... ... ... ...) (unless ...
... ...) (when result ... ... ... ... ... ... ... ...)))
desktop-create-buffer(206
"/home/ferhun/mnt/OS-Shared/Work/mpm4bv/Article/110_403_Caner.tex"
"110_403_Caner.tex" latex-mode (fast-lock-mode auto-fill-mode
global-auto-revert-mode reftex-mode) 1339 (nil nil) nil nil
((buffer-file-coding-system . iso-latin-5-unix) (overwrite-mode)))
eval((desktop-create-buffer 206
"/home/ferhun/mnt/OS-Shared/Work/mpm4bv/Article/110_403_Caner.tex"
"110_403_Caner.tex" (quote latex-mode) (quote (fast-lock-mode
auto-fill-mode global-auto-revert-mode reftex-mode)) 1339 (quote (nil
nil)) nil nil (quote (... ...))))
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp)
----
Subsequently, if I move to another (desktop-create-buffer 206 ...) entry
and repeat the C-x C-e, the buffer is not restored and I get the
following error:
----
Debugger entered--Lisp error: (void-variable desktop-buffer-fail-count)
(1+ desktop-buffer-fail-count)
(setq desktop-buffer-fail-count (1+ desktop-buffer-fail-count))
(if (bufferp result) (setq desktop-buffer-ok-count (1+
desktop-buffer-ok-count)) (setq desktop-buffer-fail-count (1+
desktop-buffer-fail-count)) (setq result nil))
(let ((buffer-list ...) (result ...)) (if (bufferp result) (setq
desktop-buffer-ok-count ...) (setq desktop-buffer-fail-count ...) (setq
result nil)) (unless (< desktop-file-version 206) (mapc ... buffer-list)
(when result ...)) (when result (unless ... ...) (set-buffer result)
(unless ... ...) (cond ... ... ...) (when desktop-buffer-point ...)
(when desktop-buffer-mark ...) (if desktop-buffer-read-only ...) (while
desktop-buffer-locals ... ...)))
(save-current-buffer (let (... ...) (if ... ... ... ...) (unless ...
... ...) (when result ... ... ... ... ... ... ... ...)))
desktop-create-buffer(206
"/home/ferhun/mnt/OS-Shared/Work/mpm4bv/Article/Microplane-Model-for-Arteries-Final.tex"
"Microplane-Model-for-Arteries-Final.tex" latex-mode (fast-lock-mode
auto-fill-mode global-auto-revert-mode reftex-mode) 92 (nil nil) nil nil
((buffer-file-coding-system . iso-latin-5-unix) (overwrite-mode)
(TeX-PDF-mode . t)))
eval((desktop-create-buffer 206
"/home/ferhun/mnt/OS-Shared/Work/mpm4bv/Article/Microplane-Model-for-Arteries-Final.tex"
"Microplane-Model-for-Arteries-Final.tex" (quote latex-mode) (quote
(fast-lock-mode auto-fill-mode global-auto-revert-mode reftex-mode)) 92
(quote (nil nil)) nil nil (quote (... ... ...))))
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp)
recursive-edit()
byte-code...
debug(error (void-variable desktop-buffer-ok-count))
(1+ desktop-buffer-ok-count)
(setq desktop-buffer-ok-count (1+ desktop-buffer-ok-count))
(if (bufferp result) (setq desktop-buffer-ok-count (1+
desktop-buffer-ok-count)) (setq desktop-buffer-fail-count (1+
desktop-buffer-fail-count)) (setq result nil))
(let ((buffer-list ...) (result ...)) (if (bufferp result) (setq
desktop-buffer-ok-count ...) (setq desktop-buffer-fail-count ...) (setq
result nil)) (unless (< desktop-file-version 206) (mapc ... buffer-list)
(when result ...)) (when result (unless ... ...) (set-buffer result)
(unless ... ...) (cond ... ... ...) (when desktop-buffer-point ...)
(when desktop-buffer-mark ...) (if desktop-buffer-read-only ...) (while
desktop-buffer-locals ... ...)))
(save-current-buffer (let (... ...) (if ... ... ... ...) (unless ...
... ...) (when result ... ... ... ... ... ... ... ...)))
desktop-create-buffer(206
"/home/ferhun/mnt/OS-Shared/Work/mpm4bv/Article/110_403_Caner.tex"
"110_403_Caner.tex" latex-mode (fast-lock-mode auto-fill-mode
global-auto-revert-mode reftex-mode) 1339 (nil nil) nil nil
((buffer-file-coding-system . iso-latin-5-unix) (overwrite-mode)))
eval((desktop-create-buffer 206
"/home/ferhun/mnt/OS-Shared/Work/mpm4bv/Article/110_403_Caner.tex"
"110_403_Caner.tex" (quote latex-mode) (quote (fast-lock-mode
auto-fill-mode global-auto-revert-mode reftex-mode)) 1339 (quote (nil
nil)) nil nil (quote (... ...))))
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp)
----
Another idea I had was if mounting the shared drive where these files to
be restored are located as root/root would be causing this problem,
although as user, I can create and delete files on this drive from
Linux. So I adjusted the fstab entries so that now the files on this
shared vfat drive is mounted as ferhun/users. Then I went ahead and
tried to load .emacs.desktop. Unfortunately nothing changed.
At this point, I seem to be out of ideas. I would appreciate if anyone
has useful ideas to fix this problem.
Thanks in advance.
--
FCC.
===
Nothing so fortifies a friendship as a belief on the part of one friend
that he is superior to the other.
-Honoré de Balzac.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: why does .emacs.desktop fail?
2005-07-13 11:04 why does .emacs.desktop fail? FCC
@ 2005-07-13 22:02 ` rgb
2005-07-14 12:22 ` FCC
2005-07-14 2:49 ` Stefan Monnier
1 sibling, 1 reply; 5+ messages in thread
From: rgb @ 2005-07-13 22:02 UTC (permalink / raw)
> On both systems I use GNU Emacs 21.3.50.1.
If this is true then you are using a highly unstable version to which
many months of updates have since been applied. You might first try
using the latest CVS which reports a version number of 22.0.50.1.
Your problem may still exist but upgrading would be a very big step
to try first.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: why does .emacs.desktop fail?
2005-07-13 11:04 why does .emacs.desktop fail? FCC
2005-07-13 22:02 ` rgb
@ 2005-07-14 2:49 ` Stefan Monnier
2005-07-14 12:42 ` FCC
1 sibling, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2005-07-14 2:49 UTC (permalink / raw)
> shared vfat partition. On both systems I use GNU Emacs 21.3.50.1.
Please read the INSTALL.CVS file, especially the part which talk about where
to send questions/bugreports/...
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: why does .emacs.desktop fail?
2005-07-13 22:02 ` rgb
@ 2005-07-14 12:22 ` FCC
0 siblings, 0 replies; 5+ messages in thread
From: FCC @ 2005-07-14 12:22 UTC (permalink / raw)
rgb articulated on 07/14/05 00:02:
>>On both systems I use GNU Emacs 21.3.50.1.
>
>
> If this is true then you are using a highly unstable version to which
> many months of updates have since been applied. You might first try
> using the latest CVS which reports a version number of 22.0.50.1.
> Your problem may still exist but upgrading would be a very big step
> to try first.
>
No luck. I have installed
GNU Emacs 22.0.50.1 (i386-pc-Linux-gnu, X toolkit, Xaw3d scroll bars) of
2005-07-12 on malambruno, modified by Debian
and the behavior described in the original post persists.
Thanks,
--
FCC.
===
The taller the bamboo grows, the lower it bends.
-Chinese saying.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: why does .emacs.desktop fail?
2005-07-14 2:49 ` Stefan Monnier
@ 2005-07-14 12:42 ` FCC
0 siblings, 0 replies; 5+ messages in thread
From: FCC @ 2005-07-14 12:42 UTC (permalink / raw)
Stefan Monnier articulated on 07/14/05 04:49:
>>shared vfat partition. On both systems I use GNU Emacs 21.3.50.1.
>
>
> Please read the INSTALL.CVS file, especially the part which talk about where
> to send questions/bugreports/...
>
>
> Stefan
Bug report has been sent.
Thanks,
--
FCC.
===
Education makes a people easy to lead, but difficult to drive. easy to
govern, but impossible to enslave.
-Lord Henry Brougham.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-07-14 12:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-13 11:04 why does .emacs.desktop fail? FCC
2005-07-13 22:02 ` rgb
2005-07-14 12:22 ` FCC
2005-07-14 2:49 ` Stefan Monnier
2005-07-14 12:42 ` FCC
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).