all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22563: 25.0.90; etags missing support for attr_XXX and alias_method calls with parens
@ 2016-02-05 12:07 Dmitry Gutov
  2016-02-06  9:10 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Gutov @ 2016-02-05 12:07 UTC (permalink / raw
  To: 22563

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)





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-06 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-05 12:07 bug#22563: 25.0.90; etags missing support for attr_XXX and alias_method calls with parens Dmitry Gutov
2016-02-06  9:10 ` Eli Zaretskii
2016-02-06 10:03   ` Dmitry Gutov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.