From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 26 17:29:28 2016 Received: (at submit) by debbugs.gnu.org; 26 Apr 2016 21:29:28 +0000 Received: from localhost ([127.0.0.1]:49125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avAXv-0004LK-NN for submit@debbugs.gnu.org; Tue, 26 Apr 2016 17:29:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46871) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avATU-0004Di-Dv for submit@debbugs.gnu.org; Tue, 26 Apr 2016 17:24:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avATN-0001Lb-6C for submit@debbugs.gnu.org; Tue, 26 Apr 2016 17:24:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50, FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE, RECEIVED_FROM_WINDOWS_HOST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:37501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avATN-0001LV-3R for submit@debbugs.gnu.org; Tue, 26 Apr 2016 17:24:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avATL-0004Q4-9Y for bug-gnu-emacs@gnu.org; Tue, 26 Apr 2016 17:24:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avATH-0001JO-6H for bug-gnu-emacs@gnu.org; Tue, 26 Apr 2016 17:24:43 -0400 Received: from dub004-omc1s26.hotmail.com ([157.55.0.225]:51448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avATG-0001JC-QP for bug-gnu-emacs@gnu.org; Tue, 26 Apr 2016 17:24:39 -0400 Received: from DUB406-EAS252 ([157.55.0.238]) by DUB004-OMC1S26.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Tue, 26 Apr 2016 14:04:35 -0700 X-TMN: [EI2OT3zJpelOV+BcIzFB2Q7+JfdJBEZ1] X-Originating-Email: [dtcooper83@hotmail.com] Message-ID: From: David cooper To: Subject: 24.5; browse-url-at-point inserts http prefix Date: Tue, 26 Apr 2016 19:58:32 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01D1A007.9D137B90" X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdGf7YsEFdflLmncTX6JVKqS2pu5fA== Content-Language: en-gb X-OriginalArrivalTime: 26 Apr 2016 21:04:35.0201 (UTC) FILETIME=[3C901F10:01D19FFF] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.8 (---) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 26 Apr 2016 17:29:26 -0400 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.8 (---) ------=_NextPart_000_0001_01D1A007.9D137B90 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I'm trying to work out how to get org mode to open (as clickable links) URLs which link to another piece of software called ConnectedText. ConnectedText allows other applications to link to its files via URLs that look like the following: `ct://Welcome/Welcome` If I invoke browse-url via `M-x browse-url`, and then paste one of these links, then the links open as they should do. But if I add them as clickable links in org mode they don't work (I get the 'no match- create this as a new heading?' dialogue). According to the org-mode manual, clickable links are handled by the browse-url-at-point function. When I try to use browse-url-at-point to open one of these URLs (via `M-x browse-url-at-point`), it also doesn't work, and instead tries to open the link in my web browser. So I'm trying to figure why browse-url-at-point doesn't behave in the same way as browse-url in relation to these URLs. Browse-url, if invoked when the point is on one of these URLs, defaults to the URL (as per the documentation; "If point is located near a plausible URL, that URL is used as the default.") However, when it does this, it inserts `http://` so the resulting URL looks like the following: `http://ct://Welcome/Welcome`. I assume this is the reason things aren't working. Is this a bug (someone has suggested to me that it may be)? Or is there a setting I haven't found out about to get `browse-url-at-point` to not insert this `http://` prefix? Thanks! David In GNU Emacs 24.5.1 (i686-pc-mingw32) of 2015-04-11 on LEG570 Windowing system distributor `Microsoft Corp.', version 6.3.9600 Configured using: `configure --prefix=/c/usr --host=i686-pc-mingw32' Important settings: value of $LANG: ENG locale-coding-system: cp1252 Major mode: Org Minor modes in effect: ido-everywhere: t delete-selection-mode: t cua-mode: t tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t global-visual-line-mode: t visual-line-mode: t transient-mark-mode: t Recent messages: Loading cua-base...done Failed to enable theme: sanityinc-solarized-light For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message 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 org-clock deft wid-edit cl-macs cl gv info package epg-config ido ox-md ox-latex ox-icalendar ox-html ox-ascii ox-publish ox org-element org-rmail org-mhe org-irc org-info org-gnus gnus-util org-docview doc-view jka-compr image-mode dired org-bibtex bibtex org-bbdb org-w3m edmacro kmacro cl-loaddefs cl-lib server delsel cua-base cus-start cus-load advice help-fns org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline easy-mmode org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint comint ansi-color ring ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu easymenu calendar cal-loaddefs time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-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 nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32notify w32 multi-tty emacs) Memory information: ((conses 8 226732 18788) (symbols 32 32729 0) (miscs 32 134 288) (strings 16 63621 24075) (string-bytes 1 1803958) (vectors 8 24433) (vector-slots 4 546513 5480) (floats 8 125 170) (intervals 28 422 1) (buffers 508 12)) *** E-Mail body has been placed on clipboard, please paste it here! *** ------=_NextPart_000_0001_01D1A007.9D137B90 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

 

I'm = trying to work out how to get org mode to open (as clickable links) URLs = which link to another piece of software called ConnectedText. = ConnectedText allows other applications to link to its files via URLs = that look like the following: `ct://Welcome/Welcome`

 

If I = invoke browse-url via `M-x browse-url`, and then paste one of these = links, then the links open as they should do. But if I add them as = clickable links in org mode they don't work (I get the 'no match- create = this as a new heading?' dialogue).

 

According to the org-mode manual, clickable links = are handled by the browse-url-at-point function. When I try to use = browse-url-at-point to open one of these URLs (via `M-x = browse-url-at-point`), it also doesn't work, and instead tries to open = the link in my web browser.

 

So I'm = trying to figure why browse-url-at-point doesn't behave in the same way = as browse-url in relation to these URLs.

 

Browse-url, if invoked when the point is on one of = these URLs, defaults to the URL (as per the documentation; "If = point is located near a plausible URL, that URL is used as the = default.") However, when it does this, it inserts `http://` so the = resulting URL looks like the following: `http://ct://Welcome/Welcome`. I = assume this is the reason things aren't working.

 

Is = this a bug (someone has suggested to me that it may be)? Or is = there

a setting I haven't found = out about to get `browse-url-at-point` to not insert this `http://` = prefix?

 

Thanks!

David

 

 

 

In GNU = Emacs 24.5.1 (i686-pc-mingw32)

of = 2015-04-11 on LEG570

Windowing = system distributor `Microsoft Corp.', version 6.3.9600

Configured using:

`configure --prefix=3D/c/usr = --host=3Di686-pc-mingw32'

 

Important settings:

  value of $LANG: ENG

  locale-coding-system: = cp1252

 

Major mode: Org

 

Minor = modes in effect:

  = ido-everywhere: t

  = delete-selection-mode: t

  = cua-mode: t

  tooltip-mode: = t

  electric-indent-mode: = t

  mouse-wheel-mode: = t

  menu-bar-mode: = t

  file-name-shadow-mode: = t

  global-font-lock-mode: = t

  font-lock-mode: = t

  blink-cursor-mode: = t

  auto-composition-mode: = t

  auto-encryption-mode: = t

  auto-compression-mode: = t

  line-number-mode: = t

  global-visual-line-mode: = t

  visual-line-mode: = t

  transient-mark-mode: = t

 

Recent messages:

Loading cua-base...done

Failed to enable theme: = sanityinc-solarized-light

For = information about GNU Emacs and the GNU system, type C-h = C-a.

 

Load-path shadows:

None found.

 

Features:

(shadow sort mail-extr emacsbug message 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

org-clock deft wid-edit cl-macs cl gv info package = epg-config ido ox-md

ox-latex = ox-icalendar ox-html ox-ascii ox-publish ox org-element

org-rmail org-mhe org-irc org-info org-gnus = gnus-util org-docview

doc-view = jka-compr image-mode dired org-bibtex bibtex org-bbdb = org-w3m

edmacro kmacro cl-loaddefs = cl-lib server delsel cua-base cus-start

cus-load advice help-fns org org-macro org-footnote = org-pcomplete

pcomplete org-list = org-faces org-entities noutline outline easy-mmode

org-version ob-emacs-lisp ob ob-tangle ob-ref = ob-lob ob-table ob-exp

org-src = ob-keys ob-comint comint ansi-color ring ob-core = ob-eval

org-compat org-macs = org-loaddefs format-spec find-func cal-menu easymenu

calendar cal-loaddefs time-date tooltip electric = uniquify ediff-hook

vc-hooks = lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns

disp-table w32-win w32-vars tool-bar dnd fontset = image regexp-opt fringe

tabulated-list newcomment lisp-mode prog-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 nadvice = loaddefs button

faces cus-face = macroexp files text-properties overlay sha1 md5 base64

format env code-pages mule custom widget = hashtable-print-readable

backquote = make-network-process w32notify w32 multi-tty emacs)

 

Memory = information:

((conses 8 226732 = 18788)

(symbols 32 32729 = 0)

(miscs 32 134 = 288)

(strings 16 63621 = 24075)

(string-bytes 1 = 1803958)

(vectors 8 = 24433)

(vector-slots 4 546513 = 5480)

(floats 8 125 = 170)

(intervals 28 422 = 1)

(buffers 508 = 12))

*** E-Mail body has been = placed on clipboard, please paste it here! = ***

------=_NextPart_000_0001_01D1A007.9D137B90-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 26 17:57:24 2016 Received: (at 23381) by debbugs.gnu.org; 26 Apr 2016 21:57:24 +0000 Received: from localhost ([127.0.0.1]:49137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avAyy-000549-1M for submit@debbugs.gnu.org; Tue, 26 Apr 2016 17:57:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56269) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avAyw-00053t-8U for 23381@debbugs.gnu.org; Tue, 26 Apr 2016 17:57:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avAyq-0002F2-Ez for 23381@debbugs.gnu.org; Tue, 26 Apr 2016 17:57:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avAyo-0002EO-Hk; Tue, 26 Apr 2016 17:57:14 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1avAyn-00046t-4c; Tue, 26 Apr 2016 17:57:13 -0400 From: Glenn Morris To: David cooper Subject: Re: bug#23381: 24.5; browse-url-at-point inserts http prefix References: X-Spook: JUWTF Gangs Skipjack Roswell insurgency Fusion Center X-Ran: Di|B#fH,9"})):;=5i}P($p1JBi}nIj^}<|CEMT:Zost<1W0[L:jn\pVdYp(ORt(f$N_9g X-Hue: red X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 26 Apr 2016 17:57:12 -0400 In-Reply-To: (David cooper's message of "Tue, 26 Apr 2016 19:58:32 +0100") Message-ID: <9m7ffkrq2v.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 23381 Cc: 23381@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: -6.0 (------) A minimal example starting from emacs -Q that shows the issue is worth a thousand words. Anyway, I'm going to guess that adding "ct://" to thing-at-point-uri-schemes solves your issue. (require 'thingatpt) (push "ct://" thing-at-point-uri-schemes) From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 27 17:07:15 2016 Received: (at 23381-done) by debbugs.gnu.org; 27 Apr 2016 21:07:15 +0000 Received: from localhost ([127.0.0.1]:50769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avWfz-0001MI-8R for submit@debbugs.gnu.org; Wed, 27 Apr 2016 17:07:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52397) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avWfx-0001M6-H5 for 23381-done@debbugs.gnu.org; Wed, 27 Apr 2016 17:07:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avWfr-0004Tc-Gi for 23381-done@debbugs.gnu.org; Wed, 27 Apr 2016 17:07:08 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.2 required=5.0 tests=BAYES_50, FORGED_HOTMAIL_RCVD2, RECEIVED_FROM_WINDOWS_HOST,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avWfr-0004TY-Cu for 23381-done@debbugs.gnu.org; Wed, 27 Apr 2016 17:07:07 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1avWfr-0005Sv-10 for 23381-done@debbugs.gnu.org; Wed, 27 Apr 2016 17:07:07 -0400 Resent-Message-ID: <22305.10746.783824.191239@gnu.org> Resent-Date: Wed, 27 Apr 2016 17:07:06 -0400 Resent-From: Glenn Morris Resent-To: 23381-done@debbugs.gnu.org X-TMN: [VC0nUG4Ut+OSNkfKLG1wIxg5JtYgP6H3] X-Originating-Email: [dtcooper83@hotmail.com] Message-ID: References: <9m7ffkrq2v.fsf@fencepost.gnu.org> In-Reply-To: <9m7ffkrq2v.fsf@fencepost.gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Thread-Index: AQABAgMEqtwjYERFP72o+gOKCDYhhKM+CpcA Content-Language: en-gb X-OriginalArrivalTime: 26 Apr 2016 22:03:01.0427 (UTC) FILETIME=[666FC030:01D1A007] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] Date: Tue, 26 Apr 2016 23:03:00 +0100 From: David cooper To: "'Glenn Morris'" Subject: RE: bug#23381: 24.5; browse-url-at-point inserts http prefix X-Bogosity: unsure, spamicity=0.241957, v1.2.4 X-Mailer: Microsoft Outlook 15.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -4.8 (----) X-Debbugs-Envelope-To: 23381-done 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: -4.8 (----) Solved, many thanks Glenn. -----Original Message----- From: Glenn Morris [mailto:rgm@gnu.org] Sent: 26 April 2016 22:57 To: David cooper Cc: 23381@debbugs.gnu.org Subject: Re: bug#23381: 24.5; browse-url-at-point inserts http prefix A minimal example starting from emacs -Q that shows the issue is worth a thousand words. Anyway, I'm going to guess that adding "ct://" to thing-at-point-uri-schemes solves your issue. (require 'thingatpt) (push "ct://" thing-at-point-uri-schemes) From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 27 17:08:36 2016 Received: (at control) by debbugs.gnu.org; 27 Apr 2016 21:08:36 +0000 Received: from localhost ([127.0.0.1]:50782 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avWhI-0001PN-0P for submit@debbugs.gnu.org; Wed, 27 Apr 2016 17:08:36 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52813) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avWhE-0001Ot-8M for control@debbugs.gnu.org; Wed, 27 Apr 2016 17:08:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avWh8-00054L-Gy for control@debbugs.gnu.org; Wed, 27 Apr 2016 17:08:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avWh8-00054G-E8 for control@debbugs.gnu.org; Wed, 27 Apr 2016 17:08:26 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1avWh8-0005hp-3m for control@debbugs.gnu.org; Wed, 27 Apr 2016 17:08:26 -0400 Subject: control message for bug 23381 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Wed, 27 Apr 2016 17:08:26 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.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: -6.0 (------) tag 23381 notabug From unknown Sat Jun 21 05:16:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 26 May 2016 11:24:04 +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