GNU bug report logs - #24683
25.1; tab in bibtex

Previous Next

Package: emacs;

Reported by: Daniel Gildea <gildea <at> cs.rochester.edu>

Date: Thu, 13 Oct 2016 13:59:02 UTC

Severity: minor

Found in version 25.1

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 24683 in the body.
You can then email your comments to 24683 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#24683; Package emacs. (Thu, 13 Oct 2016 13:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Gildea <gildea <at> cs.rochester.edu>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 13 Oct 2016 13:59:02 GMT) Full text and rfc822 format available.

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

From: Daniel Gildea <gildea <at> cs.rochester.edu>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.1; tab in bibtex
Date: Thu, 13 Oct 2016 09:58:07 -0400
This is a request to change one of the default key bindings in
bibtex mode.  TAB is bound to bibtex-find-text.  This causes an
error when pasting text containing a tab character into a
terminal-based emacs.  Tab characters are often used for
formating in bibtex files, in particular in the output of the
conversion utility bibutils.

I suspect that bibtex-find-text is rarely used, since it does
almost the same thing as C-e in most cases.  I would suggest
having tab self-insert, and leaving bibtex-find-text without
a key, or possibly finding a new key combination for bibtex-find-text.


In GNU Emacs 25.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.20.9)
 of 2016-08-30 built on buildvm-06.phx2.fedoraproject.org
System Description:	Fedora release 24 (Twenty Four)





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24683; Package emacs. (Thu, 13 Oct 2016 14:12:02 GMT) Full text and rfc822 format available.

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

From: Clément Pit--Claudel <clement.pit <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#24683: 25.1; tab in bibtex
Date: Thu, 13 Oct 2016 10:10:39 -0400
[Message part 1 (text/plain, inline)]
On 2016-10-13 09:58, Daniel Gildea wrote:
> This is a request to change one of the default key bindings in
> bibtex mode.  TAB is bound to bibtex-find-text.  This causes an
> error when pasting text containing a tab character into a
> terminal-based emacs.  Tab characters are often used for
> formating in bibtex files, in particular in the output of the
> conversion utility bibutils.

Does your terminal not support bracket paste?

[signature.asc (application/pgp-signature, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24683; Package emacs. (Thu, 13 Oct 2016 14:39:02 GMT) Full text and rfc822 format available.

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

From: Daniel Gildea <gildea <at> cs.rochester.edu>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#24683: 25.1; tab in bibtex
Date: Thu, 13 Oct 2016 10:38:07 -0400
On Thu, October 13, 2016 at 10:10AM, Clément Pit--Claudel wrote:
> On 2016-10-13 09:58, Daniel Gildea wrote:
> > This is a request to change one of the default key bindings in
> > bibtex mode.  TAB is bound to bibtex-find-text.  This causes an
> > error when pasting text containing a tab character into a
> > terminal-based emacs.  Tab characters are often used for
> > formating in bibtex files, in particular in the output of the
> > conversion utility bibutils.
> 
> Does your terminal not support bracket paste?
> 

Cool, I didn't know about that!  Enabling bracket paste
in my .emacs solves the problem.  It would still be nice to have
it work by default, either by changing the TAB binding or by
making bracket paste on by default.

Thanks.






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24683; Package emacs. (Mon, 11 Nov 2019 14:08:02 GMT) Full text and rfc822 format available.

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

From: Stefan Kangas <stefan <at> marxist.se>
To: Daniel Gildea <gildea <at> cs.rochester.edu>
Cc: 24683 <at> debbugs.gnu.org
Subject: Re: bug#24683: 25.1; tab in bibtex
Date: Mon, 11 Nov 2019 15:06:56 +0100
Daniel Gildea <gildea <at> cs.rochester.edu> writes:

> On Thu, October 13, 2016 at 10:10AM, Clément Pit--Claudel wrote:
>> On 2016-10-13 09:58, Daniel Gildea wrote:
>> > This is a request to change one of the default key bindings in
>> > bibtex mode.  TAB is bound to bibtex-find-text.  This causes an
>> > error when pasting text containing a tab character into a
>> > terminal-based emacs.  Tab characters are often used for
>> > formating in bibtex files, in particular in the output of the
>> > conversion utility bibutils.
>> 
>> Does your terminal not support bracket paste?
>> 
>
> Cool, I didn't know about that!  Enabling bracket paste
> in my .emacs solves the problem.  It would still be nice to have
> it work by default, either by changing the TAB binding or by
> making bracket paste on by default.

I think this is already the case.  From NEWS.25:

   ** Emacs now uses "bracketed paste mode" on text terminals that support it.
   [...]
   Bracketed paste mode is disabled by default, so Emacs automatically
   enables it at startup if the terminal supports it.
   
So I guess this bug report could be closed?

Best regards,
Stefan Kangas




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24683; Package emacs. (Mon, 11 Nov 2019 16:49:01 GMT) Full text and rfc822 format available.

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

From: Daniel Gildea <gildea <at> cs.rochester.edu>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: 24683 <at> debbugs.gnu.org
Subject: Re: bug#24683: 25.1; tab in bibtex
Date: Mon, 11 Nov 2019 11:48:34 -0500
On Mon, November 11, 2019 at  3:06PM, Stefan Kangas wrote:
> So I guess this bug report could be closed?

yes!




Reply sent to Stefan Kangas <stefan <at> marxist.se>:
You have taken responsibility. (Mon, 11 Nov 2019 17:57:02 GMT) Full text and rfc822 format available.

Notification sent to Daniel Gildea <gildea <at> cs.rochester.edu>:
bug acknowledged by developer. (Mon, 11 Nov 2019 17:57:02 GMT) Full text and rfc822 format available.

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

From: Stefan Kangas <stefan <at> marxist.se>
To: Daniel Gildea <gildea <at> cs.rochester.edu>
Cc: 24683-done <at> debbugs.gnu.org
Subject: Re: bug#24683: 25.1; tab in bibtex
Date: Mon, 11 Nov 2019 18:56:48 +0100
Daniel Gildea <gildea <at> cs.rochester.edu> writes:

> On Mon, November 11, 2019 at  3:06PM, Stefan Kangas wrote:
>> So I guess this bug report could be closed?
>
> yes!

Thanks, closing the bug with this message.

Best regards,
Stefan Kangas




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 10 Dec 2019 12:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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