[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: We need to escape the remaining quotes or set text-quoting-style to
From: |
Artur Malabarba |
Subject: |
Re: We need to escape the remaining quotes or set text-quoting-style to `grave' on the emacs-25 branch |
Date: |
Wed, 18 Nov 2015 10:43:20 +0000 |
2015-11-17 23:40 GMT+00:00 Paul Eggert <address@hidden>:
> On 11/16/2015 06:31 AM, Artur Malabarba wrote:
>>
>> In case someone actually wants to
>> fix this manually I compiled of some functions and variables with
>> wrong quotes. The list was generated by running the following code
>> after requiring all available emacs features.
>
>
> Thanks, I went through that list and fixed all the problems I found, in
> emacs-25 commit ac16149ba470ae8a625d42a61adbb6e84254c675.
Nice. Thanks for all you effort on this, Paul.
> Can you give me the method you used to require all available Emacs features?
I did this and it seemed to work.
(require 'finder)
(require 'cl-lib)
(require 'map)
(mapc (lambda (f) (require f nil t))
(cl-remove-duplicates (apply #'append (map-values finder-keywords-hash))))