[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] Fix inner smart quotes in French
From: |
Bastien Guerry |
Subject: |
Re: [patch] Fix inner smart quotes in French |
Date: |
Tue, 22 Aug 2023 17:11:02 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Ihor Radchenko <yantar92@posteo.net> writes:
> Bastien Guerry <bzg@gnu.org> writes:
>
>>>>> Are you referring to `org-export-smart-quotes-alist'? It is a defconst.
>>>>
>>>> Ah, indeed. I'd say using a defcustom here would be useful.
>>>
>>> Is changing defconst to defcustom ok for bugfix?
>>
>> Nope, it's more an "evolution" than a bugfix.
>
> Ok. I changed it to defcustom on main.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=570cdacdb
>
> Note, however, that we have `org-export-dictionary' as a constant.
> Also, language names are not standardized across
> `org-export-dictionary', `org-export-default-language',
> `org-clock-clocktable-language-setup', `org-export-smart-quotes-alist',
> and `org-latex-language-alist'.
>From a quick look, I cannot find two conflicting language names (that
is, two strings like "fr" that refer to two distinct languages from
the variable you mention).
>From the same quick look, I believe `org-export-dictionary' contains
more entries than other variables--we could use languages names from
this variable.
WDYT?
--
Bastien Guerry
- Re: [patch] Fix inner smart quotes in French, (continued)
- Re: [patch] Fix inner smart quotes in French, Max Nikulin, 2023/08/10
- Re: [patch] Fix inner smart quotes in French, Bastien, 2023/08/10
- Re: [patch] Fix inner smart quotes in French, Max Nikulin, 2023/08/10
- Re: [patch] Fix inner smart quotes in French, Juan Manuel Macías, 2023/08/10
- Re: [patch] Fix inner smart quotes in French, Bastien Guerry, 2023/08/13
- Re: [patch] Fix inner smart quotes in French, Ihor Radchenko, 2023/08/13
- Re: [patch] Fix inner smart quotes in French, Bastien Guerry, 2023/08/13
- Re: [patch] Fix inner smart quotes in French, Ihor Radchenko, 2023/08/13
- Re: [patch] Fix inner smart quotes in French, Bastien Guerry, 2023/08/14
- Re: [patch] Fix inner smart quotes in French, Ihor Radchenko, 2023/08/15
- Re: [patch] Fix inner smart quotes in French,
Bastien Guerry <=
- Re: [patch] Fix inner smart quotes in French, Ihor Radchenko, 2023/08/23
- Re: [patch] Fix inner smart quotes in French, Bastien Guerry, 2023/08/24
Re: [patch] Fix inner smart quotes in French, Ihor Radchenko, 2023/08/05