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: split-window-preferred-function Date: Sat, 29 Mar 2008 15:42:10 -0400 Message-ID: References: <47E188D5.5030502@gmx.at> <87hcf1rrdj.fsf@jurta.org> <87r6e3k3hc.fsf@jurta.org> <87d4pfzt2j.fsf@jurta.org> <47ED4BF7.9060507@gmx.at> <871w5utnac.fsf@jurta.org> <47EE064A.1060105@gmx.at> <874papk8zl.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206819745 12257 80.91.229.12 (29 Mar 2008 19:42:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2008 19:42:25 +0000 (UTC) Cc: martin rudalics , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 29 20:42:56 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jfgx5-0006KD-P1 for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 20:42:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfgwU-0003ZZ-8O for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 15:42:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfgwQ-0003ZM-8a for emacs-devel@gnu.org; Sat, 29 Mar 2008 15:42:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfgwO-0003ZA-3G for emacs-devel@gnu.org; Sat, 29 Mar 2008 15:42:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfgwN-0003Z7-U9 for emacs-devel@gnu.org; Sat, 29 Mar 2008 15:42:11 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfgwN-0007Aj-Jq for emacs-devel@gnu.org; Sat, 29 Mar 2008 15:42:11 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ag4FAO837kfO+LLN/2dsb2JhbACBWqdo X-IronPort-AV: E=Sophos;i="4.25,575,1199682000"; d="scan'208";a="17133721" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 29 Mar 2008 15:42:11 -0400 Original-Received: from pastel.home ([206.248.178.205]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id JWT34311; Sat, 29 Mar 2008 15:42:11 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id EACB87F9E; Sat, 29 Mar 2008 15:42:10 -0400 (EDT) In-Reply-To: <874papk8zl.fsf@jurta.org> (Juri Linkov's message of "Sat, 29 Mar 2008 14:30:54 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:93829 Archived-At: >> You already wrote one third of `display-buffer' in Elisp. What do you >> think about rewriting the rest too? > Currently a complete rewrite of `display-buffer' is not possible because > not all C internals used in `display-buffer' are exposed to Lisp. It'd be good to be able to write display-buffer in Elisp. Stefan