From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 27 10:34:28 2012 Received: (at submit) by debbugs.gnu.org; 27 Dec 2012 15:34:28 +0000 Received: from localhost ([127.0.0.1]:33771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ToFTY-0006iP-MG for submit@debbugs.gnu.org; Thu, 27 Dec 2012 10:34:28 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45197) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ToFTV-0006iF-Qt for submit@debbugs.gnu.org; Thu, 27 Dec 2012 10:34:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ToFSd-0007sx-RK for submit@debbugs.gnu.org; Thu, 27 Dec 2012 10:33:38 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:55363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToFSd-0007st-OS for submit@debbugs.gnu.org; Thu, 27 Dec 2012 10:33:31 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToFSZ-00042J-4p for bug-gnu-emacs@gnu.org; Thu, 27 Dec 2012 10:33:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ToFSY-0007rx-5R for bug-gnu-emacs@gnu.org; Thu, 27 Dec 2012 10:33:27 -0500 Received: from eisentraut.org ([85.214.91.16]:48413 helo=gattler.pezone.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToFSX-0007ro-VV for bug-gnu-emacs@gnu.org; Thu, 27 Dec 2012 10:33:26 -0500 Received: from jesse.mybdev.com (unknown [204.145.120.11]) by gattler.pezone.net (Postfix) with ESMTPSA id 9C166D08241 for ; Thu, 27 Dec 2012 15:33:23 +0000 (UTC) Message-ID: <50DC6A45.4010907@gmx.net> Date: Thu, 27 Dec 2012 10:33:25 -0500 From: Peter Eisentraut User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: save-place-to-alist could call abbreviate-file-name Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) 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 (----) This is a wishlist item that applies to all released Emacs versions and current Git master. I suggest that save-place-to-alist in lisp/saveplace.el be enabled to call abbreviate-file-name on the file names it writes out to the .emacs-places file. That way, it is easier (or possible) to share this file across hosts, if for example the home directories are in a different place. Ideally, this could just be done all the time, but maybe there is a reason for this not to be done? In that case, maybe a Boolean configuration variable or a filter function could be used. I can also try to supply a patch if there is an agreement on the approach. From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 03 11:22:47 2013 Received: (at 13286) by debbugs.gnu.org; 3 Jan 2013 16:22:47 +0000 Received: from localhost ([127.0.0.1]:41770 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqnZ8-0005gA-GI for submit@debbugs.gnu.org; Thu, 03 Jan 2013 11:22:46 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:39852) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TqnYx-0005fp-5X for 13286@debbugs.gnu.org; Thu, 03 Jan 2013 11:22:35 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtkGAG6Zu09FxK5W/2dsb2JhbABEgXuyFoEIghUBAQQBViMFCws0EhQYDSSIHAW6CZBEA4hCmnGBWIMH X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="211278660" Received: from 69-196-174-86.dsl.teksavvy.com (HELO pastel.home) ([69.196.174.86]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 03 Jan 2013 11:22:32 -0500 Received: by pastel.home (Postfix, from userid 20848) id 1CB6E58FAD; Thu, 3 Jan 2013 11:22:32 -0500 (EST) From: Stefan Monnier To: Peter Eisentraut Subject: Re: bug#13286: save-place-to-alist could call abbreviate-file-name Message-ID: References: <50DC6A45.4010907@gmx.net> Date: Thu, 03 Jan 2013 11:22:31 -0500 In-Reply-To: <50DC6A45.4010907@gmx.net> (Peter Eisentraut's message of "Thu, 27 Dec 2012 10:33:25 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 13286 Cc: 13286@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.5 (/) > I suggest that save-place-to-alist in lisp/saveplace.el be enabled to > call abbreviate-file-name on the file names it writes out to the > .emacs-places file. That would make a lot of sense, yes. Stefan From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 28 10:12:02 2020 Received: (at control) by debbugs.gnu.org; 28 Oct 2020 14:12:03 +0000 Received: from localhost ([127.0.0.1]:49988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXmBG-00074D-Os for submit@debbugs.gnu.org; Wed, 28 Oct 2020 10:12:02 -0400 Received: from mail-ej1-f42.google.com ([209.85.218.42]:37481) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXmBF-00073j-NP for control@debbugs.gnu.org; Wed, 28 Oct 2020 10:12:02 -0400 Received: by mail-ej1-f42.google.com with SMTP id p9so7438002eji.4 for ; Wed, 28 Oct 2020 07:12:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:date:message-id:subject:to; bh=FUQc+JRU+89NJXxboFA6bHvdBMnE6i4KEBU94KbYvRA=; b=Hst63NClBb1IB5RosZ/OdZ6NRykn1yvCtpuO3Akn805csmffCgrhEOz4DlApWb3MrT Yl3T1+sbbqhnJZwTT9ueY5jGfjDUokbSVQVse4syf19FJnXkEloL0weJWYJOzXiDZkDa Nrq0fCP6BoQCAqFxWE88aSZuhwZfV2GpysAt4poKrtBQCg0Aev1trplLoXGBeu9z/FcW nO0APBEjbKorYW+wWyulHGt7gQtHL3RWdg4nB6oQqx+vEUr0qVGD2IMnJklUahwjmJW6 z4imJpCeYPtHMdE7A8G3vowQFr4eNOv2rTqv8EF+V2ElMMJrlS35R/mj9/S1CW/E7FP+ QM/g== X-Gm-Message-State: AOAM530iHnlu1TBJ/bJu25bgdFeB7MXdM8TN4CkwMq82nT0Tf30pzVLW 131XU/AA4ZwJ9LACNdFI2z+EkSoYhaaZMI2+HljJfBMg X-Google-Smtp-Source: ABdhPJyAPImg8daAUFIZVKtwsiKg2n/jkTAOBeUBFfPOQBg+64Qq5nbAhlkZZymJ2qFAiY4/xddLYwAVdfFCgFS5skQ= X-Received: by 2002:a17:906:3ed0:: with SMTP id d16mr8049425ejj.477.1603894315630; Wed, 28 Oct 2020 07:11:55 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 28 Oct 2020 07:11:54 -0700 From: Stefan Kangas MIME-Version: 1.0 Date: Wed, 28 Oct 2020 07:11:54 -0700 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 13286 + easy thanks Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.218.42 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.218.42 listed in list.dnswl.org] 2.0 BLANK_SUBJECT Subject is present but empty 0.2 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 13286 + easy thanks Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.218.42 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.218.42 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 BLANK_SUBJECT Subject is present but empty 0.2 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager tags 13286 + easy thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 15 12:04:23 2021 Received: (at 13286) by debbugs.gnu.org; 15 Jul 2021 16:04:23 +0000 Received: from localhost ([127.0.0.1]:49519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m43qZ-0001nb-0P for submit@debbugs.gnu.org; Thu, 15 Jul 2021 12:04:23 -0400 Received: from quimby.gnus.org ([95.216.78.240]:58606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m43qW-0001nG-Pm for 13286@debbugs.gnu.org; Thu, 15 Jul 2021 12:04:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Hu+5VjhmA+wsBlFdo5ofAPHa+zJ56Aoh9ZYdeBwd9ik=; b=AmIBQWt+sRskRz74iJTzBhhQst cW2ryvfkj7j5qshqtCZdpuj8C9GaB2V8eYfNihso12xbxJ8J+b5Tcw37Q7riHXlD778baewfesDlL 41l9N9+c09zsIwsJHC6PwaWr37qkuR96nlo8cUfc4VnhwR0I/e0nCZ1E/2rMGAqGw2rA=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m43qN-0001yh-OR; Thu, 15 Jul 2021 18:04:14 +0200 From: Lars Ingebrigtsen To: Peter Eisentraut Subject: Re: bug#13286: save-place-to-alist could call abbreviate-file-name References: <50DC6A45.4010907@gmx.net> X-Now-Playing: Soft as Snow's _#savefabric (8)_: "I Adore (Troy Gunner Remix)" Date: Thu, 15 Jul 2021 18:04:11 +0200 In-Reply-To: <50DC6A45.4010907@gmx.net> (Peter Eisentraut's message of "Thu, 27 Dec 2012 10:33:25 -0500") Message-ID: <877dhrimx0.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Peter Eisentraut writes: > This is a wishlist item that applies to all released Emacs versions and > current Git master. > > I suggest that save-place-to-alist in lisp/saveplace.el be enabled to > call abbreviate-file-name on [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 13286 Cc: 13286@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.3 (---) Peter Eisentraut writes: > This is a wishlist item that applies to all released Emacs versions and > current Git master. > > I suggest that save-place-to-alist in lisp/saveplace.el be enabled to > call abbreviate-file-name on the file names it writes out to the > .emacs-places file. That way, it is easier (or possible) to share this > file across hosts, if for example the home directories are in a > different place. > > Ideally, this could just be done all the time, but maybe there is a > reason for this not to be done? In that case, maybe a Boolean > configuration variable or a filter function could be used. I've now added this user option to Emacs 28 under the name `save-place-abbreviate-file-names'. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 15 12:04:27 2021 Received: (at control) by debbugs.gnu.org; 15 Jul 2021 16:04:27 +0000 Received: from localhost ([127.0.0.1]:49522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m43qd-0001nt-6q for submit@debbugs.gnu.org; Thu, 15 Jul 2021 12:04:27 -0400 Received: from quimby.gnus.org ([95.216.78.240]:58620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m43qb-0001nQ-8T for control@debbugs.gnu.org; Thu, 15 Jul 2021 12:04:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=5JowWOr9jZZ7mm/FlSAmt5tfEO6/NgJuiZGizK5YbCM=; b=RTp/xzaT2muHQ6exddFfMUNnO1 0kn/GDh8gl+wJFdypwiC5yiuJTNTap58dca/Rw6sniA5MzRyYeqv4KwYsjARhVjGVZ388Q8d4meSk EA3UmIyx7ebxKmoo2vUsdyJR+UwairzX2sg4s/nfmYe44z1tNOQh9WyWOEyk2/I7OVTw=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m43qT-0001yp-Mu for control@debbugs.gnu.org; Thu, 15 Jul 2021 18:04:19 +0200 Date: Thu, 15 Jul 2021 18:04:17 +0200 Message-Id: <875yxbimwu.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #13286 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 13286 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.3 (---) close 13286 28.1 quit From unknown Mon Jun 23 18:30:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 13 Aug 2021 11:24:10 +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