unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Local elisp library files and variable corruption
@ 2016-06-24 18:59 Live System User
  2016-06-24 19:16 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Live System User @ 2016-06-24 18:59 UTC (permalink / raw)
  To: emacs-devel

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\b\235\203\306\b\"\301\307!\210\210	\205(\n\205 \v\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.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-06-26  5:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-24 18:59 Local elisp library files and variable corruption Live System User
2016-06-24 19:16 ` Eli Zaretskii
2016-06-24 19:23   ` Noam Postavsky
2016-06-25 20:37   ` Live System User
2016-06-25 20:54     ` Noam Postavsky
2016-06-26  5:29   ` Tom

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).