GNU bug report logs - #41667
Emacs Buffer Issue

Previous Next

Package: emacs;

Reported by: Anthony Gerard Mondoy <tonix15 <at> gmail.com>

Date: Tue, 2 Jun 2020 18:41:01 UTC

Severity: normal

Tags: moreinfo, notabug

Done: Stefan Kangas <stefankangas <at> gmail.com>

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 41667 in the body.
You can then email your comments to 41667 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#41667; Package emacs. (Tue, 02 Jun 2020 18:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Anthony Gerard Mondoy <tonix15 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 02 Jun 2020 18:41:02 GMT) Full text and rfc822 format available.

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

From: Anthony Gerard Mondoy <tonix15 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Emacs Buffer Issue
Date: Wed, 3 Jun 2020 02:38:41 +0800
[Message part 1 (text/plain, inline)]
Hello,

Good day.

First off, I'm an emacs newbie and I love the emacs editor.
So I came upon this weird issue while coding with python.
While I was scrolling through the buffer, something weird happened.
The contents of the buffer keeps on indenting until its not visible anymore.
Here is screen record of what is happening
https://www.dropbox.com/s/r5guktnv8dcwev0/buffer-weird-issue.mp4?dl=0

I really hope I get to hear back from you guys, I really like emacs.

Also here is a link of my emacs config files
https://github.com/tonix15/dotfiles/tree/master/emacs

Thanks,
Anthony
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41667; Package emacs. (Sun, 07 Jun 2020 18:17:02 GMT) Full text and rfc822 format available.

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

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Anthony Gerard Mondoy <tonix15 <at> gmail.com>, 41667 <at> debbugs.gnu.org
Subject: Re: bug#41667: Emacs Buffer Issue
Date: Sun, 7 Jun 2020 11:16:05 -0700
Hi Anthony,

Anthony Gerard Mondoy <tonix15 <at> gmail.com> writes:

> First off, I'm an emacs newbie and I love the emacs editor.
> So I came upon this weird issue while coding with python.
> While I was scrolling through the buffer, something weird happened.
> The contents of the buffer keeps on indenting until its not visible anymore.
> Here is screen record of what is happening
> https://www.dropbox.com/s/r5guktnv8dcwev0/buffer-weird-issue.mp4?dl=0
>
> I really hope I get to hear back from you guys, I really like emacs.
>
> Also here is a link of my emacs config files
> https://github.com/tonix15/dotfiles/tree/master/emacs

I indeed think it's likely that there is something in your configuration
which is causing this.  You can't reproduce this when you run "emacs -Q",
right?

I would suggest that you try bisecting your Emacs configuration.  By
this I mean to comment out parts of your configuration until the issue
disappears.  Doing this repeatedly should allow you to narrow it down to
the specific lines causing this, which will hopefully tell us what
package or configuration is at fault.

Could you please try that and report back?

Best regards,
Stefan Kangas




Added tag(s) moreinfo. Request was from Stefan Kangas <stefankangas <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 07 Jun 2020 18:17:02 GMT) Full text and rfc822 format available.

Added tag(s) notabug. Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Sun, 07 Jun 2020 19:20:01 GMT) Full text and rfc822 format available.

Reply sent to Stefan Kangas <stefankangas <at> gmail.com>:
You have taken responsibility. (Sun, 07 Jun 2020 19:20:02 GMT) Full text and rfc822 format available.

Notification sent to Anthony Gerard Mondoy <tonix15 <at> gmail.com>:
bug acknowledged by developer. (Sun, 07 Jun 2020 19:20:02 GMT) Full text and rfc822 format available.

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

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Anthony Gerard Mondoy <tonix15 <at> gmail.com>, 41667-done <at> debbugs.gnu.org
Subject: Re: bug#41667: Emacs Buffer Issue
Date: Sun, 7 Jun 2020 12:19:16 -0700
Anthony Gerard Mondoy <tonix15 <at> gmail.com> writes:

> I accidentally found the issue while browsing through the emacs
> documentation, the sudden weird indents were cause by the line numbers
> feature (global-linum-mode), this is for emacs 23 and below, since i am
> using emacs 26 the correct command is (global-display-line-numbers-mode),
> so far I don't have the sudden weird indents anymore.

Thanks for replying back.

We are not planning any new releases of Emacs 23, so if it works for you
in Emacs 26, I suggest that you upgrade and use that.

I'm consequently also closing this bug report now.

Best regards,
Stefan Kangas




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41667; Package emacs. (Sun, 07 Jun 2020 22:41:01 GMT) Full text and rfc822 format available.

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

From: Anthony Gerard Mondoy <tonix15 <at> gmail.com>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: 41667-done <at> debbugs.gnu.org
Subject: Re: bug#41667: Emacs Buffer Issue
Date: Mon, 8 Jun 2020 03:25:10 +0800
[Message part 1 (text/plain, inline)]
Sounds good to me. cheers.

On Mon, 8 Jun 2020, 03:19 Stefan Kangas, <stefankangas <at> gmail.com> wrote:

> Anthony Gerard Mondoy <tonix15 <at> gmail.com> writes:
>
> > I accidentally found the issue while browsing through the emacs
> > documentation, the sudden weird indents were cause by the line numbers
> > feature (global-linum-mode), this is for emacs 23 and below, since i am
> > using emacs 26 the correct command is (global-display-line-numbers-mode),
> > so far I don't have the sudden weird indents anymore.
>
> Thanks for replying back.
>
> We are not planning any new releases of Emacs 23, so if it works for you
> in Emacs 26, I suggest that you upgrade and use that.
>
> I'm consequently also closing this bug report now.
>
> Best regards,
> Stefan Kangas
>
[Message part 2 (text/html, inline)]

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

This bug report was last modified 3 years and 287 days ago.

Previous Next


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