unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#20329: 25.0.50; Loading semantic breaks imenu
@ 2015-04-14  9:38 Andreas Politz
       [not found] ` <handler.20329.B.14290043299035.ack@debbugs.gnu.org>
  2021-05-28  0:37 ` bug#20329: 25.0.50; Loading semantic breaks imenu Lars Ingebrigtsen
  0 siblings, 2 replies; 8+ messages in thread
From: Andreas Politz @ 2015-04-14  9:38 UTC (permalink / raw)
  To: 20329


emacs -Q foo.py

(require 'semantic)
(normal-mode)
(call-interactively 'imenu)
  
=> (user-error "No items suitable for an index found in this buffer")

Merely loading semantic should not modify imenu-create-index-function in
all sorts of buffers.  It is also not so easy to get rid of it again.
One would have to either remove the semantic function from the various
mode hooks or install another function which runs *after* semantic's and
which would reinstall the regular imenu-create-index-function.

-ap





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

* bug#20329: Acknowledgement (25.0.50; Loading semantic breaks imenu)
       [not found] ` <handler.20329.B.14290043299035.ack@debbugs.gnu.org>
@ 2015-04-14  9:52   ` Andreas Politz
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Politz @ 2015-04-14  9:52 UTC (permalink / raw)
  To: 20329


It seems that is only occuring with python-mode.

-ap





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

* bug#20329: 25.0.50; Loading semantic breaks imenu
  2015-04-14  9:38 bug#20329: 25.0.50; Loading semantic breaks imenu Andreas Politz
       [not found] ` <handler.20329.B.14290043299035.ack@debbugs.gnu.org>
@ 2021-05-28  0:37 ` Lars Ingebrigtsen
  2021-06-25 14:33   ` Lars Ingebrigtsen
  1 sibling, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2021-05-28  0:37 UTC (permalink / raw)
  To: Andreas Politz; +Cc: 20329

Andreas Politz <politza@hochschule-trier.de> writes:

> emacs -Q foo.py
>
> (require 'semantic)
> (normal-mode)
> (call-interactively 'imenu)
>
> => (user-error "No items suitable for an index found in this buffer")

(I'm going through old bug reports that unfortunately got no response at
the time.)

I tried this recipe (in Emacs 28), with or without requiring semantic,
and I get the same error message no matter what.  So loading semantic
doesn't seem to affect anything.

But I'm not an imenu user, so I'm not sure what's supposed to happen
here.

Is this a problem that's gone away in the years since it was reported?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#20329: 25.0.50; Loading semantic breaks imenu
  2021-05-28  0:37 ` bug#20329: 25.0.50; Loading semantic breaks imenu Lars Ingebrigtsen
@ 2021-06-25 14:33   ` Lars Ingebrigtsen
  2021-06-25 14:35     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-25 14:33 UTC (permalink / raw)
  To: Andreas Politz; +Cc: 20329

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Is this a problem that's gone away in the years since it was reported?

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#20329: 25.0.50; Loading semantic breaks imenu
  2021-06-25 14:33   ` Lars Ingebrigtsen
@ 2021-06-25 14:35     ` Lars Ingebrigtsen
  2021-09-19 22:30       ` Stefan Kangas
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-25 14:35 UTC (permalink / raw)
  To: Andreas Politz; +Cc: 20329

Lars Ingebrigtsen <larsi@gnus.org> writes:

> More information was requested, but no response was given within a
> month, so I'm closing this bug report.  If the problem still exists,
> please respond to this email and we'll reopen the bug report.

Sorry; I hit the wrong button here -- the bug report has not been closed,
and I got a reply to my question.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#20329: 25.0.50; Loading semantic breaks imenu
  2021-06-25 14:35     ` Lars Ingebrigtsen
@ 2021-09-19 22:30       ` Stefan Kangas
  2021-09-20  5:40         ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Kangas @ 2021-09-19 22:30 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 20329, Andreas Politz

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Lars Ingebrigtsen <larsi@gnus.org> writes:
>
>> More information was requested, but no response was given within a
>> month, so I'm closing this bug report.  If the problem still exists,
>> please respond to this email and we'll reopen the bug report.
>
> Sorry; I hit the wrong button here -- the bug report has not been closed,
> and I got a reply to my question.

I don't see anything in the bug tracker?  Did you get the reply
privately perhaps?





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

* bug#20329: 25.0.50; Loading semantic breaks imenu
  2021-09-19 22:30       ` Stefan Kangas
@ 2021-09-20  5:40         ` Lars Ingebrigtsen
  2021-09-20  6:10           ` Stefan Kangas
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2021-09-20  5:40 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 20329, Andreas Politz

Stefan Kangas <stefan@marxist.se> writes:

> I don't see anything in the bug tracker?  Did you get the reply
> privately perhaps?

I've had a look around, and apparently not...  So I don't know what I
was referring to.

So, since I can't reproduce the problem, and there apparently wasn't any
response here, I'm closing the bug now.  (If this problem is still
present, please respond to the debbugs address and we'll reopen.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#20329: 25.0.50; Loading semantic breaks imenu
  2021-09-20  5:40         ` Lars Ingebrigtsen
@ 2021-09-20  6:10           ` Stefan Kangas
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Kangas @ 2021-09-20  6:10 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 20329

Lars Ingebrigtsen <larsi@gnus.org> writes:

> So, since I can't reproduce the problem, and there apparently wasn't any
> response here, I'm closing the bug now.  (If this problem is still
> present, please respond to the debbugs address and we'll reopen.)

Thanks.

For posterity, I'll also point out that the email to the original poster
bounced.





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

end of thread, other threads:[~2021-09-20  6:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-14  9:38 bug#20329: 25.0.50; Loading semantic breaks imenu Andreas Politz
     [not found] ` <handler.20329.B.14290043299035.ack@debbugs.gnu.org>
2015-04-14  9:52   ` bug#20329: Acknowledgement (25.0.50; Loading semantic breaks imenu) Andreas Politz
2021-05-28  0:37 ` bug#20329: 25.0.50; Loading semantic breaks imenu Lars Ingebrigtsen
2021-06-25 14:33   ` Lars Ingebrigtsen
2021-06-25 14:35     ` Lars Ingebrigtsen
2021-09-19 22:30       ` Stefan Kangas
2021-09-20  5:40         ` Lars Ingebrigtsen
2021-09-20  6:10           ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).