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

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

[debbugs-tracker] bug#23815: closed (24.5; Ruby indentation incorrect wh


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23815: closed (24.5; Ruby indentation incorrect when class has a member called "module")
Date: Tue, 21 Jun 2016 16:45:02 +0000

Your message dated Tue, 21 Jun 2016 19:44:10 +0300
with message-id <address@hidden>
and subject line Re: bug#23815: 24.5; Ruby indentation incorrect when class has 
a member called "module"
has caused the debbugs.gnu.org bug report #23815,
regarding 24.5; Ruby indentation incorrect when class has a member called 
"module"
to be marked as done.

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


-- 
23815: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23815
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.5; Ruby indentation incorrect when class has a member called "module" Date: Tue, 21 Jun 2016 15:57:22 +0200
Hello,

If a ruby file contains the following (valid) Ruby code:

class Foo
  def foo()
    @module = ""
     end
  end

The Ruby emacs mode fails to realize that @module is a member, and
instead thinks it is a module.

--
Jesper Eskilson
address@hidden



--- End Message ---
--- Begin Message --- Subject: Re: bug#23815: 24.5; Ruby indentation incorrect when class has a member called "module" Date: Tue, 21 Jun 2016 19:44:10 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2
Version: 25.1

Hi Jesper,

On 06/21/2016 04:57 PM, address@hidden wrote:
If a ruby file contains the following (valid) Ruby code:

class Foo
  def foo()
    @module = ""
     end
  end

The Ruby emacs mode fails to realize that @module is a member, and
instead thinks it is a module.

It looks fixed in emacs-25, although I can't fixed the exact commit that did it now.

Please try out a pre-release snapshot of Emacs 25 when you have the chance.


--- End Message ---

reply via email to

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