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

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

[debbugs-tracker] bug#23994: closed (25.1.50; cl-defmethod with qualifie


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23994: closed (25.1.50; cl-defmethod with qualifier indented incorrectly)
Date: Wed, 26 Jul 2017 15:55:02 +0000

Your message dated Wed, 26 Jul 2017 18:53:54 +0300
with message-id <address@hidden>
and subject line Re: bug#23994: [PATCH] Fix cl-defmethod indent with qualifier 
(Bug##23994) (Was: 25.1.50; cl-defmethod with qualifier indented incorrectly)
has caused the debbugs.gnu.org bug report #23994,
regarding 25.1.50; cl-defmethod with qualifier indented incorrectly
to be marked as done.

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


-- 
23994: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23994
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1.50; cl-defmethod with qualifier indented incorrectly Date: Fri, 15 Jul 2016 08:55:03 -0700 User-agent: Notmuch/0.22 (https://notmuchmail.org) Emacs/25.1.50.33 (i686-pc-linux-gnu)
cl-defmethod forms with a qualifier are indented incorrectly, ie:

(cl-defmethod base ((str string))
  "This one's okay"
  (message str))

(cl-defmethod base :extra "ext" ((str string))
              "This one isn't"
              (message "extra method")
              (cl-call-next-method))

The incorrect indentation happens both for "single tag" qualifiers (ie
:before), and the tag-plus-string :extra qualifier.



--- End Message ---
--- Begin Message --- Subject: Re: bug#23994: [PATCH] Fix cl-defmethod indent with qualifier (Bug##23994) (Was: 25.1.50; cl-defmethod with qualifier indented incorrectly) Date: Wed, 26 Jul 2017 18:53:54 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Thunderbird/55.0
Version: 26.1

On 7/25/17 11:00 AM, Grégoire Jadi wrote:

I've been bitten by this bug as well on 25.2.1.
I've attached a patch to fix it.

Pushed, thanks!


--- End Message ---

reply via email to

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