From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] switch to file buffer from command line args regardless of `initial-buffer-choice' Date: Fri, 07 Aug 2015 17:22:54 -0400 Message-ID: References: <1425283676.2563.0@mail.samertm.com> <87fv7ge61j.fsf@f-box.i-did-not-set--mail-host-address--so-tickle-me> <87lhdsmndf.fsf@gmx.us> <874mkdjwt8.fsf@gmx.us> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438982595 9308 80.91.229.3 (7 Aug 2015 21:23:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Aug 2015 21:23:15 +0000 (UTC) Cc: Rasmus , emacs-devel@gnu.org To: Samer Masterson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 07 23:23:06 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZNp6V-00055E-MV for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2015 23:23:03 +0200 Original-Received: from localhost ([::1]:51263 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNp6V-0000MR-1T for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2015 17:23:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNp6S-0000M4-4V for emacs-devel@gnu.org; Fri, 07 Aug 2015 17:23:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNp6O-0000SX-VO for emacs-devel@gnu.org; Fri, 07 Aug 2015 17:23:00 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:44644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNp6O-0000SR-Rq for emacs-devel@gnu.org; Fri, 07 Aug 2015 17:22:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CtCwA731xV//gFNJ1cgxCEAsEMCYdLBAICgTw5FAEBAQEBAQGBCkEFg10BAQMBViMFCwsOJhIUGA0kiDcIzyMBAQEBBgEBAQEeizqFBQeELQEEtQQjYYFagVkigngBAQE X-IPAS-Result: A0CtCwA731xV//gFNJ1cgxCEAsEMCYdLBAICgTw5FAEBAQEBAQGBCkEFg10BAQMBViMFCwsOJhIUGA0kiDcIzyMBAQEBBgEBAQEeizqFBQeELQEEtQQjYYFagVkigngBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="159116447" Original-Received: from 157-52-5-248.cpe.teksavvy.com (HELO pastel.home) ([157.52.5.248]) by ironport2-out.teksavvy.com with ESMTP; 07 Aug 2015 17:22:55 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C74E761710; Fri, 7 Aug 2015 17:22:54 -0400 (EDT) In-Reply-To: (Samer Masterson's message of "Fri, 7 Aug 2015 10:42:09 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188587 Archived-At: > Is there a way of making the file buffer the current buffer without > displaying it, though? Of course: with-current-buffer and/or set-buffer. Stefan