From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 27 18:23:28 2012 Received: (at submit) by debbugs.gnu.org; 27 Nov 2012 23:23:28 +0000 Received: from localhost ([127.0.0.1]:42323 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TdUUx-000466-Ph for submit@debbugs.gnu.org; Tue, 27 Nov 2012 18:23:28 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42031) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TdUUv-00045z-PK for submit@debbugs.gnu.org; Tue, 27 Nov 2012 18:23:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdUT7-0005mQ-Pz for submit@debbugs.gnu.org; Tue, 27 Nov 2012 18:21:34 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:53382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdUT7-0005mM-Mx for submit@debbugs.gnu.org; Tue, 27 Nov 2012 18:21:33 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdUT3-0008ED-Lz for bug-gnu-emacs@gnu.org; Tue, 27 Nov 2012 18:21:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdUT0-0005lF-J1 for bug-gnu-emacs@gnu.org; Tue, 27 Nov 2012 18:21:29 -0500 Received: from mail-oa0-f41.google.com ([209.85.219.41]:59643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdUT0-0005km-Au for bug-gnu-emacs@gnu.org; Tue, 27 Nov 2012 18:21:26 -0500 Received: by mail-oa0-f41.google.com with SMTP id k14so14922731oag.0 for ; Tue, 27 Nov 2012 15:21:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kfsYxRly8EmJRGqc10Hb4/efhE1f16Hat+yiEUcLqQo=; b=SQFSnZ5C/CDsGmQDjrOZmZPdGHcLJmxoOEyx+0y4FW9DYg+APFu1UoSVH+wBqRVwHT gfBpo7iuVueea52/0C/zglfYm6QwsgpDVt8ONsxoB5ERjdE7LzkuogHQ/2v/OoSggBmL lOVxp3LosU5UWonqjWkZqzLgF9xGt4/6f3ouNMLvlyMRVT67Bzzwf/p251qB4pEpzXXi K8WaUlpAKSNvhpAgF39rlxZQPnogjUrzdK88uqNPZRHuQARUBA0qfTDEIhzDFmbvLdED 7guKWHsVdna+Yhs8EG0qrdlvowqw66R707LGY4kMtIp8coGZGVZHOZ7QkCVEHR0rKjQA ha6g== MIME-Version: 1.0 Received: by 10.182.78.137 with SMTP id b9mr1289639obx.94.1354058484925; Tue, 27 Nov 2012 15:21:24 -0800 (PST) Received: by 10.60.64.170 with HTTP; Tue, 27 Nov 2012 15:21:24 -0800 (PST) Date: Wed, 28 Nov 2012 00:21:24 +0100 Message-ID: Subject: 24.3.50; Inconsistency in the way of presenting the filename in info buffers. From: Dani Moncayo To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Hi, If I open an info manual with `C-u C-h i ', the modeline of the *info* buffer shows the info file name including also its ".info" extension. E.g., if I open the emacs manual that way, I see `*info* (emacs.info) Top' in the modeline. But when I open that same manual via `C-h r' or `C-h i m emacs RET', the ".info" part is omitted. I don't see the point of this inconsistency. Unless I'm missing something, TRT here would be to always omit the ".info" part, since I guess it is always the same. But in any case, the way of showing the filename in the modeline should not depend on the way of opening the info file. In GNU Emacs 24.3.50.1 (i386-mingw-nt6.1.7601) of 2012-11-27 on MS-W7-DANI Bzr revision: 111020 rgm@gnu.org-20121127164004-lgc8r83an332hury Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --with-gcc (4.7) --no-opt --enable-checking --cflags -Ic:/emacs/libs/libXpm-3.5.10/include -Ic:/emacs/libs/libXpm-3.5.10/src -Ic:/emacs/libs/libpng-1.2.37-lib/include -Ic:/emacs/libs/zlib-1.2.5 -Ic:/emacs/libs/giflib-4.1.4-1-lib/include -Ic:/emacs/libs/jpeg-6b-4-lib/include -Ic:/emacs/libs/tiff-3.8.2-1-lib/include -Ic:/emacs/libs/libxml2-2.7.8-w32-bin/include/libxml2 -Ic:/emacs/libs/gnutls-3.0.9-w32-bin/include -Ic:/emacs/libs/libiconv-1.9.2-1-lib/include' Important settings: value of $LANG: ENU locale-coding-system: cp1252 default enable-multibyte-characters: t -- Dani Moncayo From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 07 10:32:48 2012 Received: (at 13016-done) by debbugs.gnu.org; 7 Dec 2012 15:32:48 +0000 Received: from localhost ([127.0.0.1]:59047 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tgzuy-00049T-9r for submit@debbugs.gnu.org; Fri, 07 Dec 2012 10:32:48 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:57134) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tgzuv-00049L-TV for 13016-done@debbugs.gnu.org; Fri, 07 Dec 2012 10:32:47 -0500 Received: by mail-pa0-f44.google.com with SMTP id hz11so538425pad.3 for <13016-done@debbugs.gnu.org>; Fri, 07 Dec 2012 07:32:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=1mdleieXqNrAL12fDX+rxXgpgo0ROpyJKCdS+R0FOwA=; b=K05pfkYOOwRBXWAaQxwA7gVvqxzALn3+kZzVYQ/qLB/8wTDN+AUQE5RG1bBvmc8da9 JFUhTnWIvTDuGv+gYHSp3WYNwH6aj9rtF4XJWf8yXB5TJiQsGcs+PXhtfw6gQbDVzu4F bV7g+Hr++GlkkkoGl10cH0RDGZESIIf2MrqYWxGZD3DCHE1V4u6fPocq+Aa6JNkOg9Xq 24vWeMIBfDw/DPtepNg6yGBIl2fsliA6szrecsPoP81JL2DRkcZgKV3VIj4o+Fot4lxb BQORA6NTuRdcIag4JDz5j2DwSwGnTZPXfZzHqzOJHiD50qmW0a3AhuMm6vgfQdNgi68w yIlw== Received: by 10.68.244.135 with SMTP id xg7mr16627559pbc.87.1354894345905; Fri, 07 Dec 2012 07:32:25 -0800 (PST) Received: from ulysses (cm107.delta179.maxonline.com.sg. [59.189.179.107]) by mx.google.com with ESMTPS id sw1sm6845257pbc.75.2012.12.07.07.32.22 (version=SSLv3 cipher=OTHER); Fri, 07 Dec 2012 07:32:24 -0800 (PST) From: Chong Yidong To: Dani Moncayo Subject: Re: bug#13016: 24.3.50; Inconsistency in the way of presenting the filename in info buffers. References: Date: Fri, 07 Dec 2012 23:32:20 +0800 In-Reply-To: (Dani Moncayo's message of "Wed, 28 Nov 2012 00:21:24 +0100") Message-ID: <87wqwtev3v.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 13016-done Cc: 13016-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.7 (/) Dani Moncayo writes: > If I open an info manual with `C-u C-h i ', > the modeline of the *info* buffer shows the info file name including > also its ".info" extension. E.g., if I open the emacs manual that > way, I see `*info* (emacs.info) Top' in the modeline. But when I open > that same manual via `C-h r' or `C-h i m emacs RET', the ".info" part > is omitted. > > I don't see the point of this inconsistency. Fixed in trunk, thanks. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 07 11:16:30 2012 Received: (at 13016-done) by debbugs.gnu.org; 7 Dec 2012 16:16:30 +0000 Received: from localhost ([127.0.0.1]:59102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th0bF-00065c-GE for submit@debbugs.gnu.org; Fri, 07 Dec 2012 11:16:29 -0500 Received: from mail-oa0-f44.google.com ([209.85.219.44]:38775) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th0bC-00065T-JD for 13016-done@debbugs.gnu.org; Fri, 07 Dec 2012 11:16:27 -0500 Received: by mail-oa0-f44.google.com with SMTP id n5so556608oag.3 for <13016-done@debbugs.gnu.org>; Fri, 07 Dec 2012 08:16:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=whQtKxJd8dL2uQv9v5ZuuhZ9W+Fs3Au1uLvJMoCAAj4=; b=A/v9CCNp9mBUZURTmYERaVl6a52PTGNo2vtsZjdmUNpMzAlv+GxNDytm41Cm3+li0i N2n3lRdTqEhBYflVclUCReZkkO5QMEAsxS2rjIAa5I2k5Hke3sTN5EjtxD7QHFAE1wRR SXWkkPhBNHjkGeavpR4FqE0vX9Yk1of8p0icFnKzYOeaq164KOjALRsTt7ESNQp+lmEK TFyKQk1NhYNuYs+imCD59j1c7hLGuJcCv34HMs19uKjGA0oWI8yYL/8yZeAR1UTT0RGA Pk4Ugi0BptxzL/qY9Zs8GN8Tg4hOXpzE+NCawqNenQNENAHrpYihK9Us/l2SHy+iZ8Hm EbsQ== MIME-Version: 1.0 Received: by 10.60.32.210 with SMTP id l18mr3389536oei.99.1354896966377; Fri, 07 Dec 2012 08:16:06 -0800 (PST) Received: by 10.60.11.39 with HTTP; Fri, 7 Dec 2012 08:16:06 -0800 (PST) In-Reply-To: <87wqwtev3v.fsf@gnu.org> References: <87wqwtev3v.fsf@gnu.org> Date: Fri, 7 Dec 2012 17:16:06 +0100 Message-ID: Subject: Re: bug#13016: 24.3.50; Inconsistency in the way of presenting the filename in info buffers. From: Dani Moncayo To: Chong Yidong Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 13016-done Cc: 13016-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.1 (/) > Fixed in trunk, thanks. Thanks Chong. The original problem is fixed, but I still see one: After opening an info manual via `C-u C-h i ...', if I try to define a bookmark via `C-x r m', the default value in the minibuffer prompt does have the ".info" extension (like others default values brought by `M-n'). The ".info" extension should be removed there too. TIA. -- Dani Moncayo From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 07 19:05:42 2012 Received: (at 13016) by debbugs.gnu.org; 8 Dec 2012 00:05:42 +0000 Received: from localhost ([127.0.0.1]:59542 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th7vJ-000086-Jl for submit@debbugs.gnu.org; Fri, 07 Dec 2012 19:05:42 -0500 Received: from ps18281.dreamhost.com ([69.163.218.105]:44806 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th7vG-00007w-5M for 13016@debbugs.gnu.org; Fri, 07 Dec 2012 19:05:39 -0500 Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id DE9DF46FA010; Fri, 7 Dec 2012 16:05:12 -0800 (PST) From: Juri Linkov To: Dani Moncayo Subject: Re: bug#13016: 24.3.50; Inconsistency in the way of presenting the filename in info buffers. Organization: JURTA References: <87wqwtev3v.fsf@gnu.org> Date: Sat, 08 Dec 2012 01:54:20 +0200 In-Reply-To: (Dani Moncayo's message of "Fri, 7 Dec 2012 17:16:06 +0100") Message-ID: <87pq2la1d7.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 13016 Cc: 13016@debbugs.gnu.org, Chong Yidong X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) > The original problem is fixed, but I still see one: After opening an > info manual via `C-u C-h i ...', if I try to define a bookmark via > `C-x r m', the default value in the minibuffer prompt does have the > ".info" extension (like others default values brought by `M-n'). > > The ".info" extension should be removed there too. Searching the source file info.el for more occurrences of (file-name-nondirectory Info-current-file) also finds the same problem in other places like when typing `w' (Info-copy-current-node-name), and in `Info-breadcrumbs' and `Info-fontify-node'. If using `file-name-sans-extension' is the right way to fix them, then all they could be fixed with: === modified file 'lisp/info.el' --- lisp/info.el 2012-12-07 23:15:16 +0000 +++ lisp/info.el 2012-12-07 23:53:00 +0000 @@ -4064,7 +4064,9 @@ (defun Info-copy-current-node-name (&opt (unless Info-current-node (user-error "No current Info node")) (let ((node (if (stringp Info-current-file) - (concat "(" (file-name-nondirectory Info-current-file) ") " + (concat "(" (file-name-sans-extension + (file-name-nondirectory Info-current-file)) + ") " Info-current-node)))) (if (zerop (prefix-numeric-value arg)) (setq node (concat "(info \"" node "\")"))) @@ -4451,7 +4453,8 @@ (defun Info-breadcrumbs () (if (not (equal node "Top")) node (format "(%s)Top" (if (stringp Info-current-file) - (file-name-nondirectory Info-current-file) + (file-name-sans-extension + (file-name-nondirectory Info-current-file)) ;; Some legacy code can still use a symbol. Info-current-file))))) (setq line (concat @@ -4563,7 +4566,8 @@ (defun Info-fontify-node () (if (re-search-forward (format "File: %s\\([^,\n\t]+\\)," (if (stringp Info-current-file) - (file-name-nondirectory Info-current-file) + (file-name-sans-extension + (file-name-nondirectory Info-current-file)) Info-current-file)) header-end t) (put-text-property (match-beginning 1) (match-end 1) @@ -5101,7 +5105,8 @@ (defun Info-bookmark-make-record () "This implements the `bookmark-make-record-function' type (which see) for Info nodes." (let* ((file (and (stringp Info-current-file) - (file-name-nondirectory Info-current-file))) + (file-name-sans-extension + (file-name-nondirectory Info-current-file)))) (bookmark-name (if file (concat "(" file ") " Info-current-node) Info-current-node)) From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 07 21:14:00 2012 Received: (at 13016) by debbugs.gnu.org; 8 Dec 2012 02:14:00 +0000 Received: from localhost ([127.0.0.1]:59664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th9vT-00034x-MI for submit@debbugs.gnu.org; Fri, 07 Dec 2012 21:13:59 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:50237) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th9vQ-00034o-QL for 13016@debbugs.gnu.org; Fri, 07 Dec 2012 21:13:58 -0500 Received: by mail-pa0-f44.google.com with SMTP id hz11so843938pad.3 for <13016@debbugs.gnu.org>; Fri, 07 Dec 2012 18:13:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=3QHa7IUhVlywGWg7bnNl4XTAxwvHoJixSem+N15yEZI=; b=pV9QA/Jr76guffxcyO9HiJ4AWwmEoUhsYxMcDVfIb3V4BTebxC9I4qFpHUgl9dBWv8 C2Iu4WdciXQVWSxLxKFJQC6UKxfks5wyNpjtI9yRmo2ihWtR4akVMj1MtVXliZz0tDpf d/dE69wskNZLyhp3G+Ho6lAosogQmDw3PXxwzl789MSrFpsDbMdyoomE6jk7cdF7/fkZ dqpBVcXo4FjSNHg11dpEjVBSMBuqVMp1kX45J6l7+IixEmOeKq11cfJsTTJa3twZpkgt x+oWJd7w4xJ76leZIGHkCEDwAYnRJAqtGd5jQOSQXeHbsW/wGTqu8DDM1P0ojzGWtd/j UQTA== Received: by 10.66.82.68 with SMTP id g4mr18407840pay.9.1354932814603; Fri, 07 Dec 2012 18:13:34 -0800 (PST) Received: from ulysses (cm107.delta179.maxonline.com.sg. [59.189.179.107]) by mx.google.com with ESMTPS id x6sm7535883pav.29.2012.12.07.18.13.31 (version=SSLv3 cipher=OTHER); Fri, 07 Dec 2012 18:13:33 -0800 (PST) From: Chong Yidong To: Juri Linkov Subject: Re: bug#13016: 24.3.50; Inconsistency in the way of presenting the filename in info buffers. References: <87wqwtev3v.fsf@gnu.org> <87pq2la1d7.fsf@mail.jurta.org> Date: Sat, 08 Dec 2012 10:13:29 +0800 In-Reply-To: <87pq2la1d7.fsf@mail.jurta.org> (Juri Linkov's message of "Sat, 08 Dec 2012 01:54:20 +0200") Message-ID: <87ip8d2svq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 13016 Cc: 13016@debbugs.gnu.org, Dani Moncayo X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Juri Linkov writes: > Searching the source file info.el for more occurrences of > > (file-name-nondirectory Info-current-file) > > also finds the same problem in other places > like when typing `w' (Info-copy-current-node-name), > and in `Info-breadcrumbs' and `Info-fontify-node'. > > If using `file-name-sans-extension' is the right way > to fix them, then all they could be fixed with: Looks fine to me (or we could define a `Info-current-manual' subroutine for that). Please, go ahead. From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 08 18:20:21 2012 Received: (at 13016) by debbugs.gnu.org; 8 Dec 2012 23:20:21 +0000 Received: from localhost ([127.0.0.1]:33286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ThTgy-0005Rv-4t for submit@debbugs.gnu.org; Sat, 08 Dec 2012 18:20:20 -0500 Received: from ps18281.dreamhost.com ([69.163.218.105]:33193 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ThTgo-0005RZ-9k for 13016@debbugs.gnu.org; Sat, 08 Dec 2012 18:20:11 -0500 Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 77CA4451CD4E; Sat, 8 Dec 2012 15:19:42 -0800 (PST) From: Juri Linkov To: Chong Yidong Subject: Re: bug#13016: 24.3.50; Inconsistency in the way of presenting the filename in info buffers. Organization: JURTA References: <87wqwtev3v.fsf@gnu.org> <87pq2la1d7.fsf@mail.jurta.org> <87ip8d2svq.fsf@gnu.org> Date: Sun, 09 Dec 2012 01:12:45 +0200 In-Reply-To: <87ip8d2svq.fsf@gnu.org> (Chong Yidong's message of "Sat, 08 Dec 2012 10:13:29 +0800") Message-ID: <87vcccxhn6.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 13016 Cc: 13016@debbugs.gnu.org, Dani Moncayo X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.8 (/) >> If using `file-name-sans-extension' is the right way >> to fix them, then all they could be fixed with: > > Looks fine to me (or we could define a `Info-current-manual' subroutine > for that). Please, go ahead. Installed without `Info-current-manual' (there is duplicate code in many other places in info.el that might need refactoring as a separate task). From unknown Mon Aug 18 19:33:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 06 Jan 2013 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator