emacs-devel
[Top][All Lists]
Advanced

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

Local elisp library files and variable corruption


From: Live System User
Subject: Local elisp library files and variable corruption
Date: Fri, 24 Jun 2016 14:59:05 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (gnu/linux)

Hi,

        I'm trying to track down a possible problem with using
        local copies of elisp library files and variable
        corruption.

        I know that some Emacs libraries are dumped into Emacs
        so this may not be a problem with usage but only with its
        interaction with functions like `describe-variable'.

        Here's an example:

0. Create a .emacs file with the contents:

(add-to-list 'load-path "~/.emacs.d/lisp")
(load-theme 'tramp t nil) ; Load an available theme

1. Put a copy of "dired.el.gz" in ~/.emacs.d/lisp

2. emacs &

3. M-x describe-variable RET after-init-hook


        The variable `after-init-hook' then appears to be corrupted:

after-init-hook is a variable defined in ‘startup.el’.
Its value is (#[0 "\305\211\235\203\306\"\301\307!\210\210    \205(\n\205 
\205 \310 ?\311 \210\312\211)\207"
     [command-line-args desktop-save-mode desktop-restore-frames 
initial-window-system inhibit-startup-screen "--no-desktop" delete 0 daemonp 
desktop-read t]
     4]
 x-wm-set-size-hint)


        Thanks.




reply via email to

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