From unknown Sat Aug 16 16:11:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18304: 24.3.92; Making and using side windows Resent-From: Nicolas Richard Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 20 Aug 2014 15:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 18304 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 18304@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14085502941514 (code B ref -1); Wed, 20 Aug 2014 15:59:02 +0000 Received: (at submit) by debbugs.gnu.org; 20 Aug 2014 15:58:14 +0000 Received: from localhost ([127.0.0.1]:48339 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XK8H8-0000OM-4t for submit@debbugs.gnu.org; Wed, 20 Aug 2014 11:58:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34307) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XK8H5-0000O5-UM for submit@debbugs.gnu.org; Wed, 20 Aug 2014 11:58:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XK8Gq-0002C0-7o for submit@debbugs.gnu.org; Wed, 20 Aug 2014 11:58:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:32909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK8Gq-0002Bw-5F for submit@debbugs.gnu.org; Wed, 20 Aug 2014 11:57:56 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK8Gi-0004t0-LS for bug-gnu-emacs@gnu.org; Wed, 20 Aug 2014 11:57:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XK8Gb-00029W-6Q for bug-gnu-emacs@gnu.org; Wed, 20 Aug 2014 11:57:48 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:55087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK8Gb-00029M-0i for bug-gnu-emacs@gnu.org; Wed, 20 Aug 2014 11:57:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AssEAOPE9FOkD4Xx/2dsb2JhbABZs1sBAQEBBqYfd4U/NAEEiQkBFJ14kSGNVQGFcxeFfIIih0uENgWjWY11g187gn4BAQE Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 20 Aug 2014 17:57:39 +0200 From: Nicolas Richard Date: Wed, 20 Aug 2014 17:59:56 +0200 Message-ID: <87tx576tj7.fsf@geodiff-mac3.ulb.ac.be> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Running this: emacs -q --eval '(display-buffer-in-major-side-window (current-buffer) (quote right) 0)' -f calendar I get an error: Debugger entered--Lisp error: (error "Cannot split side window or parent of side window") signal(error ("Cannot split side window or parent of side window")) error("Cannot split side window or parent of side window") byte-code(...) split-window(nil nil) split-window-below() calendar-basic-setup(nil) calendar(nil) call-interactively(calendar record nil) command-execute(calendar record) execute-extended-command(nil "calendar") call-interactively(execute-extended-command nil nil) command-execute(execute-extended-command) I have no idea if this is a bug because I don't know how the user is supposed to use/create side windows (see also #18170). In GNU Emacs 24.3.92.2 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2014-08-07 on geodiff-mac3 -- Nico. From unknown Sat Aug 16 16:11:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18304: 24.3.92; Making and using side windows Resent-From: martin rudalics Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 21 Aug 2014 09:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18304 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Nicolas Richard , 18304@debbugs.gnu.org Received: via spool by 18304-submit@debbugs.gnu.org id=B18304.140861307813068 (code B ref 18304); Thu, 21 Aug 2014 09:25:02 +0000 Received: (at 18304) by debbugs.gnu.org; 21 Aug 2014 09:24:38 +0000 Received: from localhost ([127.0.0.1]:48742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XKObl-0003Oh-Gl for submit@debbugs.gnu.org; Thu, 21 Aug 2014 05:24:38 -0400 Received: from mout.gmx.net ([212.227.17.22]:56048) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XKObi-0003OK-OW for 18304@debbugs.gnu.org; Thu, 21 Aug 2014 05:24:35 -0400 Received: from [62.46.215.64] ([62.46.215.64]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MGoU1-1X6s5i3ohN-00DVfc; Thu, 21 Aug 2014 11:24:28 +0200 Message-ID: <53F5BAC2.50008@gmx.at> Date: Thu, 21 Aug 2014 11:24:18 +0200 From: martin rudalics MIME-Version: 1.0 References: <87tx576tj7.fsf@geodiff-mac3.ulb.ac.be> In-Reply-To: <87tx576tj7.fsf@geodiff-mac3.ulb.ac.be> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:cFZkPMWRSOQNm6SCSO3Pgs/AysnOexMm59caVG/U473td4qv3QU N1/ps4WQK3lYShNMDf6s1yCQhEYnUVD5i8kkfGYQb13J4Q3Tw0GVpO07iivVNTolHX487AN M+kEXpCTKDq92jmqxEoURCUNYXKW7ZtuxV7w+xHWx4Wevgy/MNDMDYX9TxoBsuruv4P9ho2 KKUZug8DBkQktu7uAaFcQ== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) > emacs -q --eval '(display-buffer-in-major-side-window (current-buffer) (quote right) 0)' -f calendar > > I get an error: > > Debugger entered--Lisp error: (error "Cannot split side window or parent of side window") > signal(error ("Cannot split side window or parent of side window")) > error("Cannot split side window or parent of side window") > byte-code(...) > split-window(nil nil) > split-window-below() > calendar-basic-setup(nil) > calendar(nil) > call-interactively(calendar record nil) > command-execute(calendar record) > execute-extended-command(nil "calendar") > call-interactively(execute-extended-command nil nil) > command-execute(execute-extended-command) > > I have no idea if this is a bug There were at least two bugs here, namely (1) `calendar-basic-setup' calls `split-window-below' without checking whether the selected window can be split at all. (2) `window-splittable-p' doesn't check whether the argument window is a side window. Both should be fixed with revision 117719 on trunk. > because I don't know how the user is > supposed to use/create side windows (see also #18170). Bugs like the ones you found here should get fixed before promoting side windows generally. BTW, if you intend to put the calendar in a side window emacs -q --eval '(display-buffer-in-major-side-window (current-buffer) (quote bottom) 0)' -f calendar should look better. martin From unknown Sat Aug 16 16:11:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18304: 24.3.92; Making and using side windows Resent-From: Nicolas Richard Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 21 Aug 2014 09:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18304 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: martin rudalics Cc: Nicolas Richard , 18304@debbugs.gnu.org Received: via spool by 18304-submit@debbugs.gnu.org id=B18304.140861367814106 (code B ref 18304); Thu, 21 Aug 2014 09:35:02 +0000 Received: (at 18304) by debbugs.gnu.org; 21 Aug 2014 09:34:38 +0000 Received: from localhost ([127.0.0.1]:48752 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XKOlR-0003fR-CI for submit@debbugs.gnu.org; Thu, 21 Aug 2014 05:34:37 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:54242) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XKOlO-0003fH-HH for 18304@debbugs.gnu.org; Thu, 21 Aug 2014 05:34:35 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlMFAOW79VOkD4Xx/2dsb2JhbABahDevJQEBAQaDcqEHAYEkd4QEAQV5EAshJQ8BBEkTiC0BAxGuS41BAYV3F4V8giKFAYItB4RMBaNcjXWDYDsvgk8BAQE Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 21 Aug 2014 11:34:31 +0200 From: Nicolas Richard References: <87tx576tj7.fsf@geodiff-mac3.ulb.ac.be> <53F5BAC2.50008@gmx.at> Date: Thu, 21 Aug 2014 11:36:49 +0200 In-Reply-To: <53F5BAC2.50008@gmx.at> (martin rudalics's message of "Thu, 21 Aug 2014 11:24:18 +0200") Message-ID: <87lhqi6v66.fsf@geodiff-mac3.ulb.ac.be> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) martin rudalics writes: > Both should be fixed with revision 117719 on trunk. Thanks for fixing it. I'm not using trunk yet, I'll give side windows more testing after the release. -- Nico. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 21 12:00:46 2014 Received: (at control) by debbugs.gnu.org; 21 Aug 2014 16:00:47 +0000 Received: from localhost ([127.0.0.1]:49077 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XKUn8-0006H6-JT for submit@debbugs.gnu.org; Thu, 21 Aug 2014 12:00:46 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:33462 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XKUn6-0006Gx-GL for control@debbugs.gnu.org; Thu, 21 Aug 2014 12:00:45 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XKUn5-0006ZR-VG for control@debbugs.gnu.org; Thu, 21 Aug 2014 12:00:44 -0400 Date: Thu, 21 Aug 2014 12:00:43 -0400 Message-Id: Subject: control message for bug 18304 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.7 (-----) close 18304 24.5 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 04 12:35:32 2014 Received: (at control) by debbugs.gnu.org; 4 Oct 2014 16:35:32 +0000 Received: from localhost ([127.0.0.1]:33183 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XaSIt-0002m9-8U for submit@debbugs.gnu.org; Sat, 04 Oct 2014 12:35:31 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:60039) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XaSIr-0002lz-Gi for control@debbugs.gnu.org; Sat, 04 Oct 2014 12:35:29 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XaSIq-0005r2-MO; Sat, 04 Oct 2014 12:35:28 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21552.8656.554316.921175@gnu.org> Date: Sat, 4 Oct 2014 12:35:28 -0400 From: Glenn Morris To: GNU bug tracker automated control server Subject: Update Emacs archived fixed bugs for 24.5 version number change X-Debbugs-No-Ack: yes X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) unarchive 18304 fixed 18304 25.1 notfixed 18304 24.5 unarchive 12008 fixed 12008 25.1 notfixed 12008 24.5 unarchive 17110 fixed 17110 25.1 notfixed 17110 24.5 unarchive 17218 fixed 17218 25.1 notfixed 17218 24.5 unarchive 18222 fixed 18222 25.1 notfixed 18222 24.5 unarchive 18023 fixed 18023 25.1 notfixed 18023 24.5 unarchive 17225 fixed 17225 25.1 notfixed 17225 24.5 unarchive 16626 fixed 16626 25.1 notfixed 16626 24.5 unarchive 18326 fixed 18326 25.1 notfixed 18326 24.5 unarchive 18227 fixed 18227 25.1 notfixed 18227 24.5 unarchive 16328 fixed 16328 25.1 notfixed 16328 24.5 unarchive 17333 fixed 17333 25.1 notfixed 17333 24.5 unarchive 13837 fixed 13837 25.1 notfixed 13837 24.5 unarchive 17641 fixed 17641 25.1 notfixed 17641 24.5 unarchive 18341 fixed 18341 25.1 notfixed 18341 24.5 unarchive 18349 fixed 18349 25.1 notfixed 18349 24.5 unarchive 2151 fixed 2151 25.1 notfixed 2151 24.5 unarchive 5853 fixed 5853 25.1 notfixed 5853 24.5 unarchive 17857 fixed 17857 25.1 notfixed 17857 24.5 unarchive 17858 fixed 17858 25.1 notfixed 17858 24.5 unarchive 17859 fixed 17859 25.1 notfixed 17859 24.5 unarchive 17160 fixed 17160 25.1 notfixed 17160 24.5 unarchive 2263 fixed 2263 25.1 notfixed 2263 24.5 unarchive 18368 fixed 18368 25.1 notfixed 18368 24.5 unarchive 17772 fixed 17772 25.1 notfixed 17772 24.5 unarchive 17276 fixed 17276 25.1 notfixed 17276 24.5 unarchive 15991 fixed 15991 25.1 notfixed 15991 24.5 unarchive 17699 fixed 17699 25.1 notfixed 17699 24.5