Changed the line to
(setq backup-directory-alist '((".*" . "./.emacs.d/")))
Regards,
mwnn
On 10/24/2010 03:46 PM, Eric S Fraga wrote:
On Sun, 24 Oct 2010 15:15:55 +0530, mwnn wrote:
I fixed the issue by setting the value of backup-directory-alist as
shown below:
(setq backup-directory-alis
On Sun, 24 Oct 2010 15:15:55 +0530, mwnn wrote:
>
> I fixed the issue by setting the value of backup-directory-alist as
> shown below:
>
> (setq backup-directory-alist '((".~" . "./.emacs.d/")))
I'm not sure I understand this correctly but shouldn't the first entry
be a regex file pattern? Th
I fixed the issue by setting the value of backup-directory-alist as
shown below:
(setq backup-directory-alist '((".~" . "./.emacs.d/")))
Thanks for your support,
mwnn
On 10/24/2010 09:17 AM, Noorul Islam wrote:
On Sun, Oct 24, 2010 at 8:54 AM, mwnn wrote:
The call trace is as shown below:
On Sun, Oct 24, 2010 at 8:54 AM, mwnn wrote:
> The call trace is as shown below:
>
> Debugger entered--Lisp error: (wrong-type-argument stringp (".~"))
> expand-file-name((".~") "/home/mwnn/.emacs.d/")
> make-backup-file-name-1("/home/mwnn/.emacs.d/org-clock-save.el")
> find-backup-file-name("/
The call trace is as shown below:
Debugger entered--Lisp error: (wrong-type-argument stringp (".~"))
expand-file-name((".~") "/home/mwnn/.emacs.d/")
make-backup-file-name-1("/home/mwnn/.emacs.d/org-clock-save.el")
find-backup-file-name("/home/mwnn/.emacs.d/org-clock-save.el")
backup-buffe
On Saturday, October 23, 2010, mwnn wrote:
> Hi all,
> I added the following lines to my .emacs file to enable task clocking
> across emacs sessions:
>
> (setq org-clock-persist 'history)
> (org-clock-persistence-insinuate)
>
> Now i am unable to quit Emacs with C-x C-c command. I get
Hi all,
I added the following lines to my .emacs file to enable task
clocking across emacs sessions:
(setq org-clock-persist 'history)
(org-clock-persistence-insinuate)
Now i am unable to quit Emacs with C-x C-c command. I get the following
error message:
Saving file /home/m