From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#16115: 24.3.50; doc string of `display-buffer-in-side-window' - there is no SIDE arg Date: Thu, 12 Dec 2013 13:25:32 -0500 Message-ID: References: <97eeb516-4c10-4ed9-8934-932366fc3ce5@default> <52A8A708.9070801@gmx.at> <87sitz3pw3.fsf@mail.jurta.org> <52A98CAD.5020701@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1386872776 22374 80.91.229.3 (12 Dec 2013 18:26:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Dec 2013 18:26:16 +0000 (UTC) Cc: 16115@debbugs.gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Dec 12 19:26:21 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1VrAxo-0003Cm-Sx for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Dec 2013 19:26:21 +0100 Original-Received: from localhost ([::1]:38086 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrAxo-0001cR-GI for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Dec 2013 13:26:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrAxe-0001c7-Fo for bug-gnu-emacs@gnu.org; Thu, 12 Dec 2013 13:26:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrAxX-0002ES-5R for bug-gnu-emacs@gnu.org; Thu, 12 Dec 2013 13:26:10 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrAxX-0002EL-1j for bug-gnu-emacs@gnu.org; Thu, 12 Dec 2013 13:26:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VrAxV-0003Au-Uh for bug-gnu-emacs@gnu.org; Thu, 12 Dec 2013 13:26:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Dec 2013 18:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16115 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 16115-submit@debbugs.gnu.org id=B16115.138687274512176 (code B ref 16115); Thu, 12 Dec 2013 18:26:01 +0000 Original-Received: (at 16115) by debbugs.gnu.org; 12 Dec 2013 18:25:45 +0000 Original-Received: from localhost ([127.0.0.1]:46048 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VrAxD-0003AI-EY for submit@debbugs.gnu.org; Thu, 12 Dec 2013 13:25:44 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:58100) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VrAx8-0003A5-4I for 16115@debbugs.gnu.org; Thu, 12 Dec 2013 13:25:40 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id rBCIPXLD031483; Thu, 12 Dec 2013 13:25:34 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id F1AA0AE350; Thu, 12 Dec 2013 13:25:32 -0500 (EST) In-Reply-To: <52A98CAD.5020701@gmx.at> (martin rudalics's message of "Thu, 12 Dec 2013 11:15:09 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4790=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4790> : inlines <316> : streams <1089724> : uri <1622041> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.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-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:81829 Archived-At: > It's merely meant as a proof of concept whether and how persistent > windows work. It would be a great thing if you (or someone else) filled > in the gory details. What's needed here is a good feeling for how tabs > are typically used in other applications (I do use tab mix plus on > Firefox but my settings are probably far too exotic) and how to > implement them within the framework of side windows. You could add them to GNU ELPA, to try and attract users (which then hopefully turn into developers to fix the shortcomings). Stefan