From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29682 invoked by alias); 21 Mar 2016 16:38:16 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21392 Received: (qmail 2217 invoked from network); 21 Mar 2016 16:38:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Date: Mon, 21 Mar 2016 09:38:20 -0700 From: Danek Duvall To: Daniel Shahaf Cc: zsh-users@zsh.org Subject: Re: bracketed-paste & gnome-terminal Message-ID: <20160321163820.GB17123@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , Daniel Shahaf , zsh-users@zsh.org References: <20160310222924.GI10755@lorien.comfychair.org> <160310145228.ZM24921@torch.brasslantern.com> <20160314195716.GB17519@lorien.comfychair.org> <160320113419.ZM22381__3117.39058602161$1458498907$gmane$org@torch.brasslantern.com> <20160321160822.GA12127@tarsus.local2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160321160822.GA12127@tarsus.local2> User-Agent: Mutt/1.5.20 (2010-04-22) On Mon, Mar 21, 2016 at 04:08:22PM +0000, Daniel Shahaf wrote: > Bart Schaefer wrote on Sun, Mar 20, 2016 at 11:34:19 -0700: > > These are among the reasons that I think bracketed-paste ought to have > > been something you have to explicitly turn ON, rather than something > > you have to turn off, but consensus went the other way. > > We could have $zle_bracketed_paste default to unset for TERM == emacs, > if emacs users think that's a good idea. Except that emacs now seems to set TERM=dumb -- at least on GTK+ GNU emacs 24.5.1, that we're currently running on Solaris -- so I'm not sure how reliable that'll be. Is there a better way to check for running inside emacs? Danek