From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Phil Sainty Newsgroups: gmane.emacs.bugs Subject: bug#36679: 27.0.50; Add switches option to term (feature request) Date: Tue, 16 Jul 2019 22:13:50 +1200 Message-ID: References: <20190715210743.iq2oz35olul2uzpt@Ergus> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="107927"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 Cc: Lars Ingebrigtsen To: Ergus , 36679@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 16 12:15:10 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hnKUG-000RwE-JI for geb-bug-gnu-emacs@m.gmane.org; Tue, 16 Jul 2019 12:15:08 +0200 Original-Received: from localhost ([::1]:46934 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnKUE-0003A4-Me for geb-bug-gnu-emacs@m.gmane.org; Tue, 16 Jul 2019 06:15:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43285) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnKUB-00039y-W2 for bug-gnu-emacs@gnu.org; Tue, 16 Jul 2019 06:15:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnKUA-00081r-Tk for bug-gnu-emacs@gnu.org; Tue, 16 Jul 2019 06:15:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40819) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hnKUA-00080y-PR for bug-gnu-emacs@gnu.org; Tue, 16 Jul 2019 06:15:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hnKUA-0008Bt-EL for bug-gnu-emacs@gnu.org; Tue, 16 Jul 2019 06:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Phil Sainty Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 16 Jul 2019 10:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36679 X-GNU-PR-Package: emacs Original-Received: via spool by 36679-submit@debbugs.gnu.org id=B36679.156327204931411 (code B ref 36679); Tue, 16 Jul 2019 10:15:02 +0000 Original-Received: (at 36679) by debbugs.gnu.org; 16 Jul 2019 10:14:09 +0000 Original-Received: from localhost ([127.0.0.1]:49640 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnKTD-0008AS-Lx for submit@debbugs.gnu.org; Tue, 16 Jul 2019 06:14:05 -0400 Original-Received: from smtp-3.orcon.net.nz ([60.234.4.44]:44693) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnKT4-00089o-Q3 for 36679@debbugs.gnu.org; Tue, 16 Jul 2019 06:13:55 -0400 Original-Received: from [116.251.203.142] (port=20130 helo=[192.168.20.103]) by smtp-3.orcon.net.nz with esmtpa (Exim 4.86_2) (envelope-from ) id 1hnKT0-0002zC-Fm; Tue, 16 Jul 2019 22:13:51 +1200 In-Reply-To: <20190715210743.iq2oz35olul2uzpt@Ergus> Content-Language: en-US X-GeoIP: NZ X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:163188 Archived-At: On 16/07/19 9:07 AM, Ergus wrote: > Is it possible to add a variable like term-switches (or equivalents) > in order to add options to initialize the shells when calling term? Shall we implement this in the same manner as bug 33037 which addressed the same issue for `comint-run' ? https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33037 In which I wrote: > ...all of which reminds me that I've been meaning to write a similar > patch to allow switches to be specified for the `term' and `ansi-term' > commands, and a consistent approach in all cases would seem sensible; > so that's something else to keep in mind. (but then failed to follow up.) CCing to Lars, who recently reviewed and committed the comint patch. -Phil