[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions t
From: |
Stephen Leake |
Subject: |
Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests. |
Date: |
Wed, 12 Aug 2015 14:42:29 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) |
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.
--
-- Stephe
- Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests., (continued)
- Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests., Stephen Leake, 2015/08/11
- Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests., Stefan Monnier, 2015/08/12
- Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests., Eli Zaretskii, 2015/08/12
- Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests., Stefan Monnier, 2015/08/12
- Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests., Eli Zaretskii, 2015/08/13
- Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests., Stefan Monnier, 2015/08/13
- Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests., Stephen Leake, 2015/08/13
- Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests.,
Stephen Leake <=
- Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests., Eli Zaretskii, 2015/08/12
Re: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests., Stephen Leake, 2015/08/11