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

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

bug#29193: closed (26.0.90; Using (thing-at-point 'sexp) in flymake-diag


From: GNU bug Tracking System
Subject: bug#29193: closed (26.0.90; Using (thing-at-point 'sexp) in flymake-diag-region might be suboptimal)
Date: Wed, 16 Dec 2020 00:57:01 +0000

Your message dated Wed, 16 Dec 2020 02:55:04 +0200
with message-id <e06a2f2b-9ea7-4f0b-c381-c3c2f76a0bc1@yandex.ru>
and subject line Re: bug#29193: 26.0.90; Using (thing-at-point 'sexp) in 
flymake-diag-region might be suboptimal
has caused the debbugs.gnu.org bug report #29193,
regarding 26.0.90; Using (thing-at-point 'sexp) in flymake-diag-region might be 
suboptimal
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
29193: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29193
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 26.0.90; Using (thing-at-point 'sexp) in flymake-diag-region might be suboptimal Date: Tue, 7 Nov 2017 17:28:06 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Thunderbird/56.0
Example:

Rubocop can report warning when 'end' is at wrong column. It just
reports the beginning column, of course.

In ruby-mode, (thing-at-point 'sexp) signals an error at this position.
I'm not sure exactly whether it's a problem in ruby-mode.

But Flycheck uses (thing-at-poing 'symbol) for the same purpose, and the
whole 'end' token gets highlighted (which is probably what we expect).

In contrast, Flymake only highlights its first character ('e').

++

In GNU Emacs 26.0.90 (build 5, x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
 of 2017-11-07 built on zappa
Repository revision: ca2d94ba61dee678f85bfc7299d167e7219e6d8f
Windowing system distributor 'The X.Org Foundation', version 11.0.11903000
System Description:     Ubuntu 17.04



--- End Message ---
--- Begin Message --- Subject: Re: bug#29193: 26.0.90; Using (thing-at-point 'sexp) in flymake-diag-region might be suboptimal Date: Wed, 16 Dec 2020 02:55:04 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0
On 14.12.2020 13:03, João Távora wrote:
Feel free to push if you can't come up with anything better in ruby-mode.

Pushed, and closing, thanks.

Regarding "doing the fix in the proper place", the alternative would be changing the implementation of thing-at-point--end-of-sexp.

But I'm not sure it's a well-defined function. It clearly special-cases characters with class "closing paren". And there's no clear counterpart for 'end' (even though it's a sexp closer in ruby-mode's syntax).


--- End Message ---

reply via email to

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