From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Bug: appt-display makes point back to buffer. Date: Mon, 24 Nov 2008 20:57:24 +0100 Message-ID: <492B0724.1050602@gmx.at> References: <87iqqg2pzz.fsf@sina.com> <4928051F.8000003@gmx.at> <877i6vx38t.fsf@sina.com> <492999C4.50703@gmx.at> <8rskphczbh.fsf@fencepost.gnu.org> <492A7B0D.9090101@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227558617 20664 80.91.229.12 (24 Nov 2008 20:30:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 20:30:17 +0000 (UTC) Cc: anhnmncb , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 24 21:31:19 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 1L4i5V-0003fS-PK for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 21:31:18 +0100 Original-Received: from localhost ([127.0.0.1]:58646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4i4M-0002D8-Eu for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 15:30:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4hav-0005sQ-7b for emacs-devel@gnu.org; Mon, 24 Nov 2008 14:59:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4har-0005qg-8n for emacs-devel@gnu.org; Mon, 24 Nov 2008 14:59:40 -0500 Original-Received: from [199.232.76.173] (port=51705 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4haq-0005qa-R8 for emacs-devel@gnu.org; Mon, 24 Nov 2008 14:59:36 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:36223) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1L4hao-0006pV-TC for emacs-devel@gnu.org; Mon, 24 Nov 2008 14:59:36 -0500 Original-Received: (qmail invoked by alias); 24 Nov 2008 19:59:26 -0000 Original-Received: from 62-47-60-164.adsl.highway.telekom.at (EHLO [62.47.60.164]) [62.47.60.164] by mail.gmx.net (mp056) with SMTP; 24 Nov 2008 20:59:26 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18uTIxdlZIutEkI0WfWKYabeusR1DoF6dq66w9C74 vJatkPUTnr86oD User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.79 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:106114 Archived-At: > BTW, I overlooked the set-buffer part of your change till now. > At first sight, there is no longer any change of buffer in the > unsplittable case? At second sight neither. I hopefully fixed that now. Thanks, martin.