emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#15487: closed (program-lambda-list & make-locale d


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15487: closed (program-lambda-list & make-locale documentation)
Date: Tue, 01 Oct 2013 20:52:02 +0000

Your message dated Tue, 01 Oct 2013 16:50:59 -0400
with message-id <address@hidden>
and subject line Re: bug#15487: program-lambda-list & make-locale documentation
has caused the debbugs.gnu.org bug report #15487,
regarding program-lambda-list & make-locale documentation
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15487: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15487
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: program-lambda-list & make-locale documentation Date: Sun, 29 Sep 2013 20:15:25 +0200
Hi!

There is an error in the documentation for program-lambda-list.  It
includes an example that reads:

          (program-lambda-alist
           (lambda* (a b #:optional c #:key (d 1) #:rest e)
             #t)) =>

Notice program-lambda-ALIST instead of program-lambda-LIST.

There is another error in the documentation for make-locale.  The
first example reads:

          (make-locale (list LC_MESSAGE LC_CTYPE) "sv_SE")

But LC_MESSAGE is unbound.  It should be LC_MESSAGES, ending with an
S.

Also, I've noticed I've been added to the THANKS file like this:

[...]
          Barry Fishman
       Kevin J. Fletcher
 Josep Portella Florit
        Charles Gagnon
             Fu-gangqiang
[...]

I think my name should appear like this:

[...]
          Barry Fishman
       Kevin J. Fletcher
          Josep Portella Florit
        Charles Gagnon
             Fu-gangqiang
[...]

Because "Portella Florit" are my surnames.  I can see other Spanish
and Catalan names in the list, like "Jose A Ortega Ruiz", "Lluís
Batlle i Rossell" and "Daniel Llorens del Río" and they are formatted
this way.

Sorry to bother you with this :-)




--- End Message ---
--- Begin Message --- Subject: Re: bug#15487: program-lambda-list & make-locale documentation Date: Tue, 01 Oct 2013 16:50:59 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)
Josep Portella Florit <address@hidden> writes:

> There is an error in the documentation for program-lambda-list.  It
> includes an example that reads:
>
>           (program-lambda-alist
>            (lambda* (a b #:optional c #:key (d 1) #:rest e)
>              #t)) =>
>
> Notice program-lambda-ALIST instead of program-lambda-LIST.
>
> There is another error in the documentation for make-locale.  The
> first example reads:
>
>           (make-locale (list LC_MESSAGE LC_CTYPE) "sv_SE")
>
> But LC_MESSAGE is unbound.  It should be LC_MESSAGES, ending with an
> S.

Indeed!

> I think my name should appear like this:
>
> [...]
>           Barry Fishman
>        Kevin J. Fletcher
>           Josep Portella Florit
>         Charles Gagnon
>              Fu-gangqiang
> [...]
>
> Because "Portella Florit" are my surnames.

Oops!  Sorry for my mistake.

> Sorry to bother you with this :-)

No need to apologize.  Thanks for reporting these problems.
They're fixed in 84af582d1e9b5f04270d263a89aaa844750177d3.

  Happy hacking!
      Mark


--- End Message ---

reply via email to

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