From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r107697: calendar/calendar.el (calendar-exit): Use `quit-windows-on' instead of Date: Thu, 29 Mar 2012 14:10:30 -0400 Message-ID: <87ehsbmg6h.fsf@gnu.org> References: Reply-To: sds@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1333044656 8630 80.91.229.3 (29 Mar 2012 18:10:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 29 Mar 2012 18:10:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 29 20:10:53 2012 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 1SDJoC-0007hd-Ol for ged-emacs-devel@m.gmane.org; Thu, 29 Mar 2012 20:10:52 +0200 Original-Received: from localhost ([::1]:37146 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDJoB-0007fv-VU for ged-emacs-devel@m.gmane.org; Thu, 29 Mar 2012 14:10:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDJo8-0007f4-8D for emacs-devel@gnu.org; Thu, 29 Mar 2012 14:10:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDJo6-0007zT-Eu for emacs-devel@gnu.org; Thu, 29 Mar 2012 14:10:47 -0400 Original-Received: from mail-qc0-f169.google.com ([209.85.216.169]:56387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDJnw-0007wI-Uq; Thu, 29 Mar 2012 14:10:37 -0400 Original-Received: by qcsd16 with SMTP id d16so1776339qcs.0 for ; Thu, 29 Mar 2012 11:10:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent :return-receipt-to:reply-to:x-attribution:x-disclaimer:date :message-id:mime-version:content-type; bh=wuOk+B6/JPGI7I99K4dvKx0O/8XSznZpFzAtT5O/V/k=; b=y9wNo5FguH8rFRIAszOJnhQynBq8aCeMqZw/lutLWJMI3TwFhTwXXH2O58EW8l5e0D LQDJOAPiBfEyYIaLs0d+xLhJvraQ4PV9aDfqz/15jgQ7Pl+4SdO6DNkQl3Zk7u/i3R02 55QMmkRJlUOF96XEGlxFKfE8kK7Fyyu1QSB0sc50NlCWtQ4Em7i1HCqG/bPtPckTWH6I 4jWW39ERKK114142W9D5vR/PlFL0OpUGHybvDjeWk3hlj0YexTjYOrvLpuuEXasFc0jj xgfHiHvDgeZ/4JlX/S6ZtdnfD4UPgNvbOLiRCKjpxn8U3vUJm+uXSkTNG+eAoFZ3zoKO Ue9w== Original-Received: by 10.229.135.131 with SMTP id n3mr13638213qct.101.1333044634071; Thu, 29 Mar 2012 11:10:34 -0700 (PDT) Original-Received: from t520sds ([74.113.160.197]) by mx.google.com with ESMTPS id x4sm13614714qaa.22.2012.03.29.11.10.32 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Mar 2012 11:10:33 -0700 (PDT) In-Reply-To: (Glenn Morris's message of "Thu, 29 Mar 2012 13:50:07 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.216.169 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:149247 Archived-At: Hi, > * Glenn Morris [2012-03-29 13:50:07 -0400]: >> revno: 107697 >> committer: Sam Steingold >> branch nick: trunk >> timestamp: Thu 2012-03-29 10:00:00 -0400 >> message: >> calendar/calendar.el (calendar-exit): Use `quit-windows-on' instead of >> the broken adhockery which does not prevent calendar buffers from >> being displayed at random after exit. >> (calendar-window-list, calendar-hide-window): Remove the broken adhockery. > > This is an unexpected change at this stage in the release process. [1] > Could you explain exactly what it is for? My immediate inclination is to > leave it for after 24.1. (I don't disagree about there being a lot of > adhockery, but it is long-standing.) After "q" in the calendar buffer the calendar windows disappear, but the buffers reappear as `other-buffer's of other windows, and thus will pop-up as next-buffer and prev-buffer. This is not a regression per se, rather an old bug, and I have been testing this fix for 2 months. -- Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000 http://www.childpsy.net/ http://ffii.org http://camera.org http://americancensorship.org http://dhimmi.com http://palestinefacts.org Never argue with an idiot: he has more experience with idiotic arguments.