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

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

[debbugs-tracker] bug#21470: closed (25.0.50; (elisp) Font and Color Par


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21470: closed (25.0.50; (elisp) Font and Color Parameters - `alpha' entry)
Date: Sun, 13 Sep 2015 19:58:02 +0000

Your message dated Sun, 13 Sep 2015 22:57:24 +0300
with message-id <address@hidden>
and subject line Re: bug#21470: 25.0.50; (elisp) Font and Color Parameters - 
`alpha' entry
has caused the debbugs.gnu.org bug report #21470,
regarding 25.0.50; (elisp) Font and Color Parameters - `alpha' entry
to be marked as done.

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


-- 
21470: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21470
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; (elisp) Font and Color Parameters - `alpha' entry Date: Sun, 13 Sep 2015 07:52:39 -0700 (PDT)
The text says:

   The =A1=AEalpha=A1=AF frame parameter can also be a cons cell =A1=AE(=
=A1=AEactive=A1=AF .
   =A1=AEinactive=A1=AF)=A1=AF, where =A1=AEactive=A1=AF is the opacity o=
f the frame when it is
   selected, and =A1=AEinactive=A1=AF is the opacity when it is not selec=
ted.

Getting rid of the buggy treatment of curly quotes manually (I will
file a separate bug report about that), the text reads as follows:

   The 'alpha' frame parameter can also be a cons cell '('active' .
   'inactive')', where 'active' is the opacity of the frame when it is
   selected, and 'inactive' is the opacity when it is not selected.

Following Emacs conventions, it should say instead:

   The 'alpha' frame parameter can also be a cons cell (ACTIVE .
   INACTIVE), where ACTIVE is the opacity of the frame when it is
   selected, and INACTIVE is the opacity when it is not selected.

---

Or just:

     Parameter 'alpha' can also be a cons cell, (ACTIVE . INACTIVE),
     where ACTIVE is the opacity of the frame when selected, and
     INACTIVE is the opacity otherwise.

In GNU Emacs 25.0.50.1 (i686-pc-mingw32)
 of 2015-09-05
Bzr revision: 2330ca33a97867f2ea1123bcf7bfe5cfcc030b36
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --host=3Di686-pc-mingw32 --enable-checking=3Dyes,glyphs'



--- End Message ---
--- Begin Message --- Subject: Re: bug#21470: 25.0.50; (elisp) Font and Color Parameters - `alpha' entry Date: Sun, 13 Sep 2015 22:57:24 +0300
> Date: Sun, 13 Sep 2015 07:52:39 -0700 (PDT)
> From: Drew Adams <address@hidden>
> 
> The text says:
> 
>    The =A1=AEalpha=A1=AF frame parameter can also be a cons cell =A1=AE(=
> =A1=AEactive=A1=AF .
>    =A1=AEinactive=A1=AF)=A1=AF, where =A1=AEactive=A1=AF is the opacity o=
> f the frame when it is
>    selected, and =A1=AEinactive=A1=AF is the opacity when it is not selec=
> ted.
> 
> Getting rid of the buggy treatment of curly quotes manually (I will
> file a separate bug report about that), the text reads as follows:
> 
>    The 'alpha' frame parameter can also be a cons cell '('active' .
>    'inactive')', where 'active' is the opacity of the frame when it is
>    selected, and 'inactive' is the opacity when it is not selected.
> 
> Following Emacs conventions, it should say instead:
> 
>    The 'alpha' frame parameter can also be a cons cell (ACTIVE .
>    INACTIVE), where ACTIVE is the opacity of the frame when it is
>    selected, and INACTIVE is the opacity when it is not selected.

Fixed, thanks.  (Someone uses @samp instead of @var.)


--- End Message ---

reply via email to

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