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

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

[debbugs-tracker] bug#22563: closed (25.0.90; etags missing support for


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22563: closed (25.0.90; etags missing support for attr_XXX and alias_method calls with parens)
Date: Sat, 06 Feb 2016 10:05:02 +0000

Your message dated Sat, 6 Feb 2016 13:03:53 +0300
with message-id <address@hidden>
and subject line Re: bug#22563: 25.0.90; etags missing support for attr_XXX and 
alias_method calls with parens
has caused the debbugs.gnu.org bug report #22563,
regarding 25.0.90; etags missing support for attr_XXX and alias_method calls 
with parens
to be marked as done.

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


-- 
22563: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22563
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.90; etags missing support for attr_XXX and alias_method calls with parens Date: Fri, 05 Feb 2016 15:07:53 +0300
Now that we have support for paren-less calls (added in bug#22241), it
would be nice to support the same calls when parens are used, even
though they're vastly less popular in the context we're interested in.
If only for completeness.

We already support:

    attr_reader :foo, :bar, # comment
                :qux
    alias_method :foo, #cmmt
                 :bar

This would add support for:

    attr_reader(:foo, :bar, # comment
                :qux)
    alias_method(:foo, #cmmt
                 :bar)



--- End Message ---
--- Begin Message --- Subject: Re: bug#22563: 25.0.90; etags missing support for attr_XXX and alias_method calls with parens Date: Sat, 6 Feb 2016 13:03:53 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Thunderbird/44.0
On 02/06/2016 12:10 PM, Eli Zaretskii wrote:

This is now fixed on the emacs-25 branch.

Thanks!


--- End Message ---

reply via email to

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