all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] master cf566b4: Disable bracketed paste in a terminal in char mode
       [not found] ` <20161015151353.4B35F220168@vcs.savannah.gnu.org>
@ 2016-10-15 15:43   ` Stefan Monnier
  2016-10-16  8:52     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2016-10-15 15:43 UTC (permalink / raw)
  To: emacs-devel; +Cc: Philipp Stephani

>     * term.el (term-char-mode, term-line-mode): Inhibit XTerm
>     bracketed paste in char mode.

Wouldn't it be better to change term.el so that it works with
bracketed paste?  I.e. add a binding for the backeted paste event that
"does the right thing" (basically, undo the bracketing)?


        Stefan



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

* Re: [Emacs-diffs] master cf566b4: Disable bracketed paste in a terminal in char mode
  2016-10-15 15:43   ` [Emacs-diffs] master cf566b4: Disable bracketed paste in a terminal in char mode Stefan Monnier
@ 2016-10-16  8:52     ` Eli Zaretskii
  2016-12-11 12:26       ` Philipp Stephani
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2016-10-16  8:52 UTC (permalink / raw)
  To: Philipp Stephani; +Cc: Stefan Monnier, emacs-devel

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Sat, 15 Oct 2016 11:43:29 -0400
> Cc: Philipp Stephani <phst@google.com>
> 
> >     * term.el (term-char-mode, term-line-mode): Inhibit XTerm
> >     bracketed paste in char mode.
> 
> Wouldn't it be better to change term.el so that it works with
> bracketed paste?  I.e. add a binding for the backeted paste event that
> "does the right thing" (basically, undo the bracketing)?

Philipp, I see that you've pushed your changes to master, but did
nothing on the release branch.  Do you intend to commit some fix to
the release branch later?  I think this should be fixed in Emacs 25.2,
because it's a regression due to our introduction of the bracketed
paste mode support in Emacs 25.1.  If the changes pushed to master
aren't safe enough for the release branch, let's try to come up with
some safer change for the latter.

Thanks.



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

* Re: [Emacs-diffs] master cf566b4: Disable bracketed paste in a terminal in char mode
  2016-10-16  8:52     ` Eli Zaretskii
@ 2016-12-11 12:26       ` Philipp Stephani
  2016-12-11 15:39         ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Philipp Stephani @ 2016-12-11 12:26 UTC (permalink / raw)
  To: Eli Zaretskii, Philipp Stephani; +Cc: Stefan Monnier, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1060 bytes --]

Eli Zaretskii <eliz@gnu.org> schrieb am So., 16. Okt. 2016 um 10:53 Uhr:

> > From: Stefan Monnier <monnier@iro.umontreal.ca>
> > Date: Sat, 15 Oct 2016 11:43:29 -0400
> > Cc: Philipp Stephani <phst@google.com>
> >
> > >     * term.el (term-char-mode, term-line-mode): Inhibit XTerm
> > >     bracketed paste in char mode.
> >
> > Wouldn't it be better to change term.el so that it works with
> > bracketed paste?  I.e. add a binding for the backeted paste event that
> > "does the right thing" (basically, undo the bracketing)?
>
> Philipp, I see that you've pushed your changes to master, but did
> nothing on the release branch.  Do you intend to commit some fix to
> the release branch later?  I think this should be fixed in Emacs 25.2,
> because it's a regression due to our introduction of the bracketed
> paste mode support in Emacs 25.1.  If the changes pushed to master
> aren't safe enough for the release branch, let's try to come up with
> some safer change for the latter.
>
> Thanks.
>
>
Done in commit 26c3554f88518266a95e228e941425302e25afe4.

[-- Attachment #2: Type: text/html, Size: 2019 bytes --]

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

* Re: [Emacs-diffs] master cf566b4: Disable bracketed paste in a terminal in char mode
  2016-12-11 12:26       ` Philipp Stephani
@ 2016-12-11 15:39         ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2016-12-11 15:39 UTC (permalink / raw)
  To: Philipp Stephani; +Cc: phst, monnier, emacs-devel

> From: Philipp Stephani <p.stephani2@gmail.com>
> Date: Sun, 11 Dec 2016 12:26:06 +0000
> Cc: Stefan Monnier <monnier@iro.umontreal.ca>, emacs-devel@gnu.org
> 
>  Philipp, I see that you've pushed your changes to master, but did
>  nothing on the release branch. Do you intend to commit some fix to
>  the release branch later? I think this should be fixed in Emacs 25.2,
>  because it's a regression due to our introduction of the bracketed
>  paste mode support in Emacs 25.1. If the changes pushed to master
>  aren't safe enough for the release branch, let's try to come up with
>  some safer change for the latter.
> 
>  Thanks.
> 
> Done in commit 26c3554f88518266a95e228e941425302e25afe4. 

Thanks.



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

end of thread, other threads:[~2016-12-11 15:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20161015151353.20418.42065@vcs.savannah.gnu.org>
     [not found] ` <20161015151353.4B35F220168@vcs.savannah.gnu.org>
2016-10-15 15:43   ` [Emacs-diffs] master cf566b4: Disable bracketed paste in a terminal in char mode Stefan Monnier
2016-10-16  8:52     ` Eli Zaretskii
2016-12-11 12:26       ` Philipp Stephani
2016-12-11 15:39         ` Eli Zaretskii

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.