GNU bug report logs - #20504
emacsclient and new server-start corrupts minor mode menus

Previous Next

Package: emacs;

Reported by: Jimi Damon <jdamon <at> accesio.com>

Date: Mon, 4 May 2015 22:03:01 UTC

Severity: normal

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 20504 in the body.
You can then email your comments to 20504 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#20504; Package emacs. (Mon, 04 May 2015 22:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jimi Damon <jdamon <at> accesio.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 04 May 2015 22:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jimi Damon <jdamon <at> accesio.com>
To: bug-gnu-emacs <at> gnu.org
Subject: emacsclient and new server-start  corrupts minor mode menus
Date: Mon, 04 May 2015 14:30:14 -0700
I am admittedly not a power user of emacs bugs so I couldn't determine 
whether a bug has been filed against emacsclient for this yet, but
here is the bug:


Environment and how to duplicate:

Ubuntu 14.04 base install with the following default emacs packages install
emacs
emacs-goodies-el
emacs24
emacs24-bin-common
emacs24-common
emacs24-common-non-dfsg
emacsen-common


/usr/bin/emacsclient  tmp.c
M-x outline-minor-mode

# The outline menu shows up and I can use it.

Now if I do


M-x server-start

#
# The outline menu no longer works.
#

This same problem also occurs for

Latex Menu  and GNU Global ( ggtags-mode ).


This appears to be a bug since these menus once previously worked.

















-- 
WARNING - This e-mail or its attachments may contain controlled technical 
data or controlled technology within the definition of the International 
Traffic in Arms Regulations (ITAR) or Export Administration Regulations 
(EAR), and are subject to the export control laws of the U.S. Government. 
Transfer of this data or technology by any means to a foreign person, 
whether in the United States or abroad, without an export license or other 
approval from the U.S. Government, is prohibited. The information contained 
in this document is CONFIDENTIAL and property of ACCES I/O Products, Inc. 
Any unauthorized review, use, disclosure or distribution is prohibited 
without express written consent of ACCES I/O Products, Inc. If you are not 
the intended recipient, please contact the sender and destroy all copies of 
the original message and enclosed attachments.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20504; Package emacs. (Thu, 01 Aug 2019 22:22:01 GMT) Full text and rfc822 format available.

Message #8 received at 20504 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Jimi Damon <jdamon <at> accesio.com>
Cc: 20504 <at> debbugs.gnu.org
Subject: Re: bug#20504: emacsclient and new server-start  corrupts minor
 mode menus
Date: Fri, 02 Aug 2019 00:21:38 +0200
Jimi Damon <jdamon <at> accesio.com> writes:

> I am admittedly not a power user of emacs bugs so I couldn't determine
> whether a bug has been filed against emacsclient for this yet, but
> here is the bug:
>
> Environment and how to duplicate:
>
> Ubuntu 14.04 base install with the following default emacs packages install
> emacs
> emacs-goodies-el
> emacs24
> emacs24-bin-common
> emacs24-common
> emacs24-common-non-dfsg
> emacsen-common
>
> /usr/bin/emacsclient  tmp.c
> M-x outline-minor-mode
>
> # The outline menu shows up and I can use it.
>
> Now if I do
>
> M-x server-start
>
> #
> # The outline menu no longer works.
> #

(I'm going through old bug reports that have unfortunately not gotten
any responses.)

I tried this in Emacs 27, and I was unable to reproduce it.

I did:

$ emacs -Q
`M-x server-start'
$ emacsclient /tmp/foo
`M-x outline-mode'

(I got the outline menu.)

`M-x server-start'

It prompts me to whether to shut down the server, and I say yes.  The
outline menu remains in the buffer.

If you're still seeing this, how do you reproduce the bug?

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




Reply sent to Stefan Kangas <stefan <at> marxist.se>:
You have taken responsibility. (Wed, 12 Aug 2020 04:35:02 GMT) Full text and rfc822 format available.

Notification sent to Jimi Damon <jdamon <at> accesio.com>:
bug acknowledged by developer. (Wed, 12 Aug 2020 04:35:02 GMT) Full text and rfc822 format available.

Message #13 received at 20504-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 20504-done <at> debbugs.gnu.org, Jimi Damon <jdamon <at> accesio.com>
Subject: Re: bug#20504: emacsclient and new server-start corrupts minor mode
 menus
Date: Tue, 11 Aug 2020 21:34:31 -0700
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Jimi Damon <jdamon <at> accesio.com> writes:
>
>> I am admittedly not a power user of emacs bugs so I couldn't determine
>> whether a bug has been filed against emacsclient for this yet, but
>> here is the bug:
>>
>> Environment and how to duplicate:
>>
>> Ubuntu 14.04 base install with the following default emacs packages install
>> emacs
>> emacs-goodies-el
>> emacs24
>> emacs24-bin-common
>> emacs24-common
>> emacs24-common-non-dfsg
>> emacsen-common
>>
>> /usr/bin/emacsclient  tmp.c
>> M-x outline-minor-mode
>>
>> # The outline menu shows up and I can use it.
>>
>> Now if I do
>>
>> M-x server-start
>>
>> #
>> # The outline menu no longer works.
>> #
>
> (I'm going through old bug reports that have unfortunately not gotten
> any responses.)
>
> I tried this in Emacs 27, and I was unable to reproduce it.
>
> I did:
>
> $ emacs -Q
> `M-x server-start'
> $ emacsclient /tmp/foo
> `M-x outline-mode'
>
> (I got the outline menu.)
>
> `M-x server-start'
>
> It prompts me to whether to shut down the server, and I say yes.  The
> outline menu remains in the buffer.
>
> If you're still seeing this, how do you reproduce the bug?

More information was requested, but none was given within 1 year, so I'm
closing this bug.  If this is still an issue, please reply to this email
(use "Reply to all" in your email client) and we can reopen the bug
report.

Best regards,
Stefan Kangas




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 09 Sep 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 296 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.