emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions t


From: Eli Zaretskii
Subject: Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests.
Date: Thu, 13 Aug 2015 05:41:14 +0300

> From: Stephen Leake <address@hidden>
> Date: Wed, 12 Aug 2015 14:42:29 -0500
> 
> Stefan Monnier <address@hidden> writes:
> 
> >> Can we add a warning somewhere in the load/dump process for this?
> >
> > We already do, alloc.c:5357:
> >
> >       if (XSTRING (obj)->intervals)
> >     message ("Dropping text-properties when making string pure");
> 
> Doesn't seem to work in this case. With 'defconst' in elisp-mode.c, I
> get:
> 
> ...
> Loading tooltip...
> Loading leim/leim-list.el (source)...
> Finding pointers to doc strings...
> Finding pointers to doc strings...done
> Pure-hashed: 23816 strings, 3762 vectors, 38262 conses, 3665 bytecodes, 105 
> others
> Dumping under the name emacs
> 2762775 pure bytes used
> Adding name emacs-25.0.50.12.exe
> Dumping from C:/Projects/emacs/master-build-mingw64/src/temacs.exe
>           to C:/Projects/emacs/master-build-mingw64/src/emacs.exe
> : paxctl -zex emacs.exe
> ln -f emacs.exe bootstrap-emacs.exe
> ...
> 
> No occurrence of "dropping" anywhere in the build log.

??? I do see it here:

  Loading progmodes/prog-mode...
  Loading emacs-lisp/lisp-mode...
  Loading progmodes/elisp-mode...
  Dropping text-properties when making string pure
  Loading textmodes/text-mode...

Are you looking in the correct place of the correct build?



reply via email to

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