From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: Re: bug in 23.2.92 with anything Date: Sat, 15 Jan 2011 21:27:30 +0100 Message-ID: <87ipxpewul.fsf@gmail.com> References: <87aaj2asy4.fsf@gmail.com> <87aaj2hrtr.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295124252 31463 80.91.229.12 (15 Jan 2011 20:44:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 15 Jan 2011 20:44:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 15 21:44:08 2011 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.69) (envelope-from ) id 1PeCyl-00087L-Ud for ged-emacs-devel@m.gmane.org; Sat, 15 Jan 2011 21:44:08 +0100 Original-Received: from localhost ([127.0.0.1]:48248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeCue-0008Rn-KF for ged-emacs-devel@m.gmane.org; Sat, 15 Jan 2011 15:39:52 -0500 Original-Received: from [140.186.70.92] (port=54184 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeCua-0008Ri-EI for emacs-devel@gnu.org; Sat, 15 Jan 2011 15:39:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeCuZ-0007mQ-1D for emacs-devel@gnu.org; Sat, 15 Jan 2011 15:39:48 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:57767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeCuY-0007lr-Ne for emacs-devel@gnu.org; Sat, 15 Jan 2011 15:39:46 -0500 Original-Received: by wwb17 with SMTP id 17so4006072wwb.30 for ; Sat, 15 Jan 2011 12:39:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=9/tCRzsO+AsvwjKeU8pYHQtH0F0UkcxYQ+XVnkggOF0=; b=xEgc7qB3AJvFNxrjDa5FDn9WCy2i8g5D2VMYcDvhIC5Ul6ACvCAKO+Z4szJaORZ7mI 7+0bsKKK3ufLlYNT2fHLMT3glBh/JFy6DPTqATJgRz1MrH4E2LahARaPpGqXk8Gd8TMB FEs+WX21UOI+RJ0RPeJ4NaU0KlfZomuow9fos= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=wwpmRTbjQV08AQg+BD6/hY8wHanO9WpR9nl0YcRCnU8/Tbmnd7JrJ8vfF3lnRFCTsL oOPYlmnb9RFjM4EvWvsZlabmVQcXKVzqiKg25U7IqS+9kjaU1w5xH0uMR5d44gugj41M va3glmMe4tmV3XF27Pd92PuFl+H6XQowD9EoQ= Original-Received: by 10.227.69.84 with SMTP id y20mr2223358wbi.86.1295123253163; Sat, 15 Jan 2011 12:27:33 -0800 (PST) Original-Received: from thierry-MM061 (117.211.85-79.rev.gaoland.net [79.85.211.117]) by mx.google.com with ESMTPS id 11sm1981870wbi.6.2011.01.15.12.27.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 15 Jan 2011 12:27:32 -0800 (PST) In-Reply-To: <87aaj2hrtr.fsf@stupidchicken.com> (Chong Yidong's message of "Sat, 15 Jan 2011 14:47:44 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:134577 Archived-At: Chong Yidong writes: > Thierry Volpiatto writes: > >> in 23.2.92 of january 14, when i start anything and enter a character in >> minibuffer, cursor switch to beginning of line in minibuffer. >> In 23.2.91 (the last commit of the january 13) this doesn't happen. >> In 24.0.50 of january 15 (today) this doesn't happen too. >> So i wonder what changes have been made, possibly in minibuffer related >> code, on the january 14 in emacs-23 branch.(couldn't find in changelog) >> Even if you are not interested by anything, would be cool to answer to > > Could you check if the problem is caused by revision 100380, i.e. this > change: > > * window.c (inhibit_point_swap): New variable. > (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping > point this time. > (Fset_window_configuration): Set inhibit_point_swap to 1 instead > of setting selected_window to nil (Bug#7728). Yes the problem is there. -- A+ Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997