From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 07 11:13:25 2012 Received: (at submit) by debbugs.gnu.org; 7 Aug 2012 15:13:25 +0000 Received: from localhost ([127.0.0.1]:39883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SylTH-000697-Vv for submit@debbugs.gnu.org; Tue, 07 Aug 2012 11:13:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48954) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SylTE-00068x-QF for submit@debbugs.gnu.org; Tue, 07 Aug 2012 11:13:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SylLU-0005KL-Aa for submit@debbugs.gnu.org; Tue, 07 Aug 2012 11:05:21 -0400 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]:57435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SylLU-0005KG-6E for submit@debbugs.gnu.org; Tue, 07 Aug 2012 11:05:20 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SylLI-0003Mf-5f for bug-gnu-emacs@gnu.org; Tue, 07 Aug 2012 11:05:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SylL5-0004zF-AJ for bug-gnu-emacs@gnu.org; Tue, 07 Aug 2012 11:05:08 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:36627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SylL5-0004yZ-0r for bug-gnu-emacs@gnu.org; Tue, 07 Aug 2012 11:04:55 -0400 Received: by wibhq4 with SMTP id hq4so2157437wib.12 for ; Tue, 07 Aug 2012 08:04:53 -0700 (PDT) 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=g07eGdWGU5aUwOp/Mz90n9+fWlCvcoSWFmxgJKQy/WQ=; b=r/Bn3+JapT/uBFbX6T8KpqnWrW8CxKaHRn8kNgv9BInZ9xu8+H/t5/2CnR5jszQqa3 dKCJuuHTVPfY709oeHiu/9B+n0faHMPnru4zy1+b1D8pP6+u/jdRInuhSY7f4w5yXv2f bRIlsrVxbzdWENWzu/tZ/AAIUo8dGOUk27M/6bPQ43GccA/DH/fCo7dRRRyE3z5EGvYO OPNwq2wRIT+ZrVVsqj4gHG8VlZpFoPBUPJqxedNZDyzKnVSclbl3HHoKn8JfsIwwQrgu kowzFBVKAfWArEh8eOvIpXniYzz5v47UIQVWFlaYk8jT7z5SgS160G6nQmj++Zb5brsh iTqg== MIME-Version: 1.0 Received: by 10.216.238.30 with SMTP id z30mr7801859weq.223.1344351893394; Tue, 07 Aug 2012 08:04:53 -0700 (PDT) Received: by 10.216.233.213 with HTTP; Tue, 7 Aug 2012 08:04:53 -0700 (PDT) Date: Tue, 7 Aug 2012 17:04:53 +0200 Message-ID: Subject: 24.1; emacsclient: alternate editor does not inherit options (like --tty and --eval) From: Albert To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) 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: -6.1 (------) This bug report will be sent to the Bug-GNU-Emacs mailing list and the GNU bug tracker at debbugs.gnu.org. Please check that the From: line contains a valid email address. After a delay of up to one day, you should receive an acknowledgement at that address. Please write in English if possible, as the Emacs maintainers usually do not have translators for other languages. Please describe exactly what actions triggered the bug, and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': On commandline enter: emacsclientw.exe --alternate-editor="runemacs.exe" --eval "(gomoku)" Result: - when emacs is already running: starts a game of gomoku - when not already running: opens the file '(gomoku)' Problem: I would like to have a game of gomoku started in both cases. This would also apply to some of the other options, like --tty and --frame-parameters. Suggestions: 1. Of course in the general case that the alternate editor is for example vi you do not want the options given to the vi editor. An extra option like '--alternate-editor-is-emacs' or '--alternate-editor-inherit-options' could determine whether the options that are valid for a normal emacs are passed on. Or an extra option '--alternate-emacs=EMACS-EDITOR' that behaves in the proposed way. 2. Under Unix giving the empty string to '--alternate-editor' starts the deamon and lets emacsclient try again. This is also a good solution. Under MS-Windows the deamon mode is not available, perhaps here the empty string could mean "start emacs with the same options". The second suggestion seems to be the better one. Best regards, Albert. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file d:/albert/gnu/emacs/emacs-24.1/etc/DEBUG. In GNU Emacs 24.1.1 (i386-mingw-nt5.1.2600) of 2012-06-10 on MARVIN Windowing system distributor `Microsoft Corp.', version 5.1.2600 Configured using: `configure --with-gcc (4.6) --cflags -ID:/devel/emacs/libs/libXpm-3.5.8/include -ID:/devel/emacs/libs/libXpm-3.5.8/src -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include -ID:/devel/emacs/libs/giflib-4.1.4-1/include -ID:/devel/emacs/libs/jpeg-6b-4/include -ID:/devel/emacs/libs/tiff-3.8.2-1/include -ID:/devel/emacs/libs/gnutls-3.0.9/include' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENG value of $XMODIFIERS: nil locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Dired by name Minor modes in effect: show-paren-mode: t server-mode: t icomplete-mode: t global-linum-mode: t linum-mode: t display-time-mode: t cua-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Loading icomplete...done Loading server...done Loading paren...done Albert: end of dot.emacs-custom Loading d:/albert/gnu/emacs/emacs-24.1/site-lisp/albert-site-lisp/dot.emacs-custom...done Albert: end of dot.emacs Loading d:/albert/gnu/emacs/emacs-24.1/site-lisp/albert-site-lisp/dot.emacs...done Could not find .emacs, reading dot.emacs instead...done Albert: end of default.el For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: d:/albert/gnu/emacs/.emacs.d/elpa/sunrise-commander-20120729/.dir-locals hides d:/albert/gnu/emacs/emacs-24.1/lisp/gnus/.dir-locals Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils dired regexp-opt magit-autoloads sunrise-commander-autoloads package tabulated-list paren server icomplete linum time cua-base cus-start cus-load easy-mmode easymenu printing ps-print ps-def lpr edmacro kmacro tex-mik tex-site time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 01 21:36:52 2017 Received: (at control) by debbugs.gnu.org; 2 Apr 2017 01:36:52 +0000 Received: from localhost ([127.0.0.1]:56205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cuURo-0005ME-Ed for submit@debbugs.gnu.org; Sat, 01 Apr 2017 21:36:52 -0400 Received: from mail-io0-f171.google.com ([209.85.223.171]:35203) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cuURm-0005M2-9Y for control@debbugs.gnu.org; Sat, 01 Apr 2017 21:36:50 -0400 Received: by mail-io0-f171.google.com with SMTP id z13so58637078iof.2 for ; Sat, 01 Apr 2017 18:36:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:date:message-id:mime-version; bh=ABoQOLNSNgp51kQCaQFj9K8Bcqf6V/wANnZoNoRER7A=; b=QL6BVjfvgKYZ5mIwO6yc6dJdPdtFUxrU1A2KRooQyq+dOmnpuP0JHwZ5dU+0fToOGm fP11hQ9AqTpesx/HtMqj6cDvFwJWEecTgCMN2TRItbnQ/X+IpTZYTGzg+uKQcbC0am+U KxOwZuRGxYCxtWOR1kXOsQTsoL1xa9TwtzjaWOUGbZEPB4dJVeslnQSSuf7FZXghtLfg dsVJT8DHbGTHzjJ98dYm8DxoHd8KeZAWWuQktjsd3Nn2zDX5ayW6AlZifIBH5iwEgrze x03Lgs1e9ZmxTOQ2G6oZQm8K2vOBpFVPXviahfIctVgbPGyToDAGgdizFyXtpBH4NKjw BRbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version; bh=ABoQOLNSNgp51kQCaQFj9K8Bcqf6V/wANnZoNoRER7A=; b=Y6lfPlZZFUu9hadk/vb7l7tCIUwnnpf5wf1Rna6id/c3ekOVB0JR3ngypOF9grEFN6 WK/8Qb/HUF2i9ji7VFPO6QppMj+B7/Q5p96aGs78/R5m8SpaVTM8SiLiuZnsFsdmuvE8 veUijRRUbf8pobHnNBV6jdnyd+l1KV/fkLGzlbXkxaD+FZmq/BU6LigEpp0ekGUp6ULs n6OIZ82NPpV8dmNiixv18xic7YpM+jIhV9/wAwx8B4RuIQxXIu0OldCIaSLoEMdOuiHO EYL8Rnx/ZsCfhtkLcGSXFqU3FP6/QTeu7y87d5E5QoyGOKlRXOxwZqqJS4sUrdCgRESW ZrFA== X-Gm-Message-State: AFeK/H2Ec4FbYbIk9t1D8RVlxsH85XPHNmsLEnGNZ59WLAPQh0NKF4f3xqgwMnDvc+8veQ== X-Received: by 10.107.59.149 with SMTP id i143mr10312281ioa.196.1491097004888; Sat, 01 Apr 2017 18:36:44 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id l129sm6463806ite.1.2017.04.01.18.36.44 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 01 Apr 2017 18:36:44 -0700 (PDT) From: npostavs@users.sourceforge.net To: control@debbugs.gnu.org Subject: control message for bug #12154 Date: Sat, 01 Apr 2017 21:38:08 -0400 Message-ID: <87bmsfzj0f.fsf@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) 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: -2.1 (--) forcemerge 12154 11474 quit From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 01 23:00:46 2017 Received: (at control) by debbugs.gnu.org; 2 Apr 2017 03:00:47 +0000 Received: from localhost ([127.0.0.1]:56256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cuVl0-0004tS-Pb for submit@debbugs.gnu.org; Sat, 01 Apr 2017 23:00:46 -0400 Received: from mail-io0-f181.google.com ([209.85.223.181]:35030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cuVkz-0004nX-7O for control@debbugs.gnu.org; Sat, 01 Apr 2017 23:00:45 -0400 Received: by mail-io0-f181.google.com with SMTP id z13so59022992iof.2 for ; Sat, 01 Apr 2017 20:00:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:date:message-id:mime-version; bh=OeIN3rGbsZYE4uoNyc9PwPBfgHX7zcaCqppxAdNI8eg=; b=LN+Dp7bcVsGFW0x/vReiIKfB1KW1VpqZNWAkg2brWuFPEEyKj5KC0HMr9idFMCMtMk olPCtf5l7qSZrResudhjfiQ0g7A4hy7bpRS4CA0EQPBSxNLoJtSzzH1ou+WBv9pPnvbw 6aInk3UKBTSeNjFLl/msZn0+XtBdMwb7UYWl9AQFc64VKWVhPoMbxj2d0oNmgHWWEZGS 8jZih/HQRCWL6U0cU+WznTR3ERmHybFaRt3pf6IJ6vukpM7ko2dBURqb2cxde7nUMby6 o8ymTgBOvjteemISlK1xALZisAKT+058UcL4qVW8PN0K8AhouZoZOmC4wUi17tmXMaap eLbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version; bh=OeIN3rGbsZYE4uoNyc9PwPBfgHX7zcaCqppxAdNI8eg=; b=TH5suzZpdjfdpNDL7NlszrNFsqYCi8spNZ13qFKQZzb7FI8XmgbKuJstdO8jllbgYk H10y59O3ItQNSGklyabvL72igdhXajUCqA64cZsKkMPcXW0+hsJ9lorgQ6WLIYV6DXYB rHF2wrfp52nwZPJ0MBshgS1Q1yLmJpwQ9aV3EPccalTKDR84w+j12jsBKqDwcFDkgBXd VRSWyeH+t7URwfxl8KfyjN6fNkH2ZHlB/+Eb++HPenNj4B17PovW5nlqVl8TBS59w9p4 70yJiIZBB6DmWh5QqBFJ0giGQ/ajB6HyBik8IoTNTJ5CyJ9vqqJCepjuWY0P7cnyKwd8 uOng== X-Gm-Message-State: AFeK/H3QWpJnz3XT6xwC5O7kiEMPVsHroRUqY6YMOrID2gnvyYC3a8iO6jb1D1alT6xzeg== X-Received: by 10.107.15.163 with SMTP id 35mr10189846iop.204.1491102039548; Sat, 01 Apr 2017 20:00:39 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id h91sm5670925ioi.24.2017.04.01.20.00.38 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 01 Apr 2017 20:00:39 -0700 (PDT) From: npostavs@users.sourceforge.net To: control@debbugs.gnu.org Subject: control message for bug #18517 Date: Sat, 01 Apr 2017 23:02:03 -0400 Message-ID: <87y3vjy0k4.fsf@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) 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: -2.1 (--) forcemerge 11474 18517 quit From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 27 15:01:22 2019 Received: (at control) by debbugs.gnu.org; 27 Jun 2019 19:01:22 +0000 Received: from localhost ([127.0.0.1]:39685 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgZe6-0004dm-GR for submit@debbugs.gnu.org; Thu, 27 Jun 2019 15:01:22 -0400 Received: from quimby.gnus.org ([80.91.231.51]:47434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgZe4-0004de-7X for control@debbugs.gnu.org; Thu, 27 Jun 2019 15:01:20 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hgZe1-0000hw-9q for control@debbugs.gnu.org; Thu, 27 Jun 2019 21:01:19 +0200 Date: Thu, 27 Jun 2019 21:01:17 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #11474 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: tags 11474 fixed close 11474 27.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: 0.0 (/) 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.0 (-) tags 11474 fixed close 11474 27.1 quit From unknown Fri Aug 15 21:20:13 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, 26 Jul 2019 11:24:07 +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 From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 15 08:16:24 2019 Received: (at control) by debbugs.gnu.org; 15 Sep 2019 12:16:24 +0000 Received: from localhost ([127.0.0.1]:47422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9TS4-0000Nn-Cb for submit@debbugs.gnu.org; Sun, 15 Sep 2019 08:16:24 -0400 Received: from quimby.gnus.org ([80.91.231.51]:60374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9TS3-0000MS-6P for control@debbugs.gnu.org; Sun, 15 Sep 2019 08:16:23 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i9TS0-000858-IK for control@debbugs.gnu.org; Sun, 15 Sep 2019 14:16:22 +0200 Date: Sun, 15 Sep 2019 14:16:20 +0200 Message-Id: <87sgoxyctn.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #11474 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: unarchive 11474 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: 0.0 (/) 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.0 (-) unarchive 11474 quit From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 15 08:16:36 2019 Received: (at control) by debbugs.gnu.org; 15 Sep 2019 12:16:36 +0000 Received: from localhost ([127.0.0.1]:47425 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9TSF-0000Xv-P9 for submit@debbugs.gnu.org; Sun, 15 Sep 2019 08:16:36 -0400 Received: from quimby.gnus.org ([80.91.231.51]:60386) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9TSE-0000WC-3x for control@debbugs.gnu.org; Sun, 15 Sep 2019 08:16:34 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i9TSB-00085U-Hf for control@debbugs.gnu.org; Sun, 15 Sep 2019 14:16:33 +0200 Date: Sun, 15 Sep 2019 14:16:31 +0200 Message-Id: <87r24hyctc.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #11474 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: tags 11474 wontfix close 11474 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: 0.0 (/) 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.0 (-) tags 11474 wontfix close 11474 quit From unknown Fri Aug 15 21:20:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 14 Oct 2019 11:24:11 +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