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

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

bug#5303: 23.1.91; Cannot load .emacs-history from savehist.el


From: Kevin Rodgers
Subject: bug#5303: 23.1.91; Cannot load .emacs-history from savehist.el
Date: Sat, 16 Jan 2010 14:11:26 -0700
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

Lennart Borgman wrote:
The problem is in file-name-handler-alist. Removing
tramp-completion-file-name-handler makes the error go away. But
unfortunately that is not TRTTD...

Here is the command to remove it:

(setq file-name-handler-alist
      (delete '("\\`\\([a-zA-Z]:\\)?/[^/]*\\'" .
tramp-completion-file-name-handler)
              file-name-handler-alist))

Or:

(setq file-name-handler-alista
      (delq (rassq 'tramp-completion-file-name-handler file-name-handler-alist)
            file-name-handler-alist))

--
Kevin Rodgers
Denver, Colorado, USA








reply via email to

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