GNU bug report logs - #14659
24.3.50; `modify-frame-parameters' raises error for font returned by `xs-list-fonts'

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Tue, 18 Jun 2013 21:27:02 UTC

Severity: minor

Tags: moreinfo

Found in version 24.3.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Drew Adams <drew.adams <at> oracle.com>
Cc: larsi <at> gnus.org, 14659 <at> debbugs.gnu.org
Subject: bug#14659: 24.3.50; `modify-frame-parameters' raises error for font returned by `xs-list-fonts'
Date: Fri, 1 Nov 2019 14:11:07 -0700 (PDT)
[Message part 1 (text/plain, inline)]
> And other bug mails are not missing the bug number
> from the Subject line.
> 
> And even Lars's mails from other days were not
> missing bug numbers from the Subject line.  Maybe
> it's only these few bugs; dunno.

I take it back that no other bug mails show the
problem.  Just got the attached mail from Stefan K.,
which shows the same problem - no bug # in Subject
field.

I haven't changed anything on my end.  And this
problem is new.  Previously, the Subject line always
appeared as does this one now: with bug#...: followed
by the release number - not just starting with the
release number (no bug #):

  RE: bug#14659: 24.3.50; `modify-frame-parameters'...
[Message part 2 (message/rfc822, inline)]
From: Stefan Kangas <stefan <at> marxist.se>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 11314 <at> debbugs.gnu.org
Subject: Re: 24.1.50; Regression: incorrect Lisp indentation for `if' with
 `@@@@@@'
Date: Fri, 1 Nov 2019 12:59:15 -0700 (PDT)
found 11314 27.0.50
thanks

"Drew Adams" <drew.adams <at> oracle.com> writes:

> emacs -Q
>  
> Type this into an Emacs Lisp buffer:
>  
> (if (alpha beta) C-j aaaaaa C-j bbbbbb
>  
> You get this:
>  
> (if (alpha beta)
>     aaaaaa
>   bbbbbb
>  
> That is correct.  bbbbbb is indented correctly.
>  
> Now do the same thing, using @@@@@@ instead of aaaaaa.  This is the
> result - bbbbbb is indented incorrectly.
>  
> (if (alpha beta)
>     @@@@@@
>     bbbbbb
>  
> Yet @@@@@@ is a perfectly good symbol/variable name etc.
>  
> This regression was introduced in Emacs 22.

I can reproduce this on current master.

Best regards,
Stefan Kangas

This bug report was last modified 5 years and 206 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.