[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: package.el strings
From: |
Noam Postavsky |
Subject: |
Re: package.el strings |
Date: |
Sun, 24 Jun 2018 11:37:34 -0400 |
On 20 June 2018 at 12:19, Jean-Christophe Helary <address@hidden> wrote:
> Et voilĂ !
>
> ===========================
> * lisp/emacs-lisp/package.el: reformat message strings for future l10n
> ===========================
Just one more question
> @@ -1015,6 +1017,7 @@ package-buffer-info
> (let ((file-name (match-string-no-properties 1))
> (desc (match-string-no-properties 2))
> (start (line-beginning-position)))
> +;; The terminating comment could be a generic string that is not in English
> (unless (search-forward (concat ";;; " file-name ".el ends here"))
> (error "Package lacks a terminating comment"))
That comment is basically aspirational, right? That is, currently the
terminating comment can't be a generic string. So I would rephrase it
as
;; The terminating comment format could be extended to accept a
;; generic string that is not in English.
If you agree, I'll make that change and push.
- Re: package.el strings, Jean-Christophe Helary, 2018/06/17
- Re: package.el strings, Eli Zaretskii, 2018/06/17
- Re: package.el strings, Jean-Christophe Helary, 2018/06/17
- Re: package.el strings, Eli Zaretskii, 2018/06/17
- Re: package.el strings, Jean-Christophe Helary, 2018/06/17
- Re: package.el strings, Jean-Christophe Helary, 2018/06/20
- Re: package.el strings, Eli Zaretskii, 2018/06/20
- Re: package.el strings, Jean-Christophe Helary, 2018/06/20
- Re: package.el strings,
Noam Postavsky <=
- Re: package.el strings, Jean-Christophe Helary, 2018/06/24
- Re: package.el strings, Noam Postavsky, 2018/06/24
- Re: package.el strings, Jean-Christophe Helary, 2018/06/24
- Re: package.el strings, Noam Postavsky, 2018/06/25
- Re: package.el strings, Jean-Christophe Helary, 2018/06/27
- Re: package.el strings, Noam Postavsky, 2018/06/27