From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 23 10:23:24 2015 Received: (at submit) by debbugs.gnu.org; 23 Apr 2015 14:23:24 +0000 Received: from localhost ([127.0.0.1]:37870 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YlI2F-0005e8-5M for submit@debbugs.gnu.org; Thu, 23 Apr 2015 10:23:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41443) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YlI2B-0005dr-Ow for submit@debbugs.gnu.org; Thu, 23 Apr 2015 10:23:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlI21-0000nI-BQ for submit@debbugs.gnu.org; Thu, 23 Apr 2015 10:23:14 -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, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlI21-0000nA-8F for submit@debbugs.gnu.org; Thu, 23 Apr 2015 10:23:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlI1z-0007eD-2g for bug-gnu-emacs@gnu.org; Thu, 23 Apr 2015 10:23:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlI1u-0000l3-0H for bug-gnu-emacs@gnu.org; Thu, 23 Apr 2015 10:23:06 -0400 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:37815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlI1t-0000kY-M1 for bug-gnu-emacs@gnu.org; Thu, 23 Apr 2015 10:23:01 -0400 Received: by widdi4 with SMTP id di4so94375648wid.0 for ; Thu, 23 Apr 2015 07:23:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:face:date:message-id:user-agent:mime-version :content-type; bh=t2xoKy5how3nACbSZcsofqri+iBzXnQY8JwoM/QZktY=; b=n7K2jIIUfXPp+dMzSgoHDLHpK5ETV6CY7bCf+kxPg99hmhodhp05VvxskYWBzHkvxj nHEXW3sX3CEd8VblRYBWvCg0/oqAfiicP9u3t6IAyen2O15izKUgsLHfky9qrp+Wu/16 PwR4aF4LZ6JfNj6pqaEX40kafQOEGpn3HPd/qsZzt1365AwzmRJvyPFX0mNGTqml4IZH OL0464bhzg/iITczXheojaRgGqJE1d5CNMVCJtBLnv5NwHSMIQj1V7eGbPuGmEs0Y1lm 5zMMtbDAIzXIM7fXxUGYUm4RflkJrJgQ/Lii1j1QjMQXI8UlS8USRn9GbXYtst1lq0V9 /ZnQ== X-Received: by 10.194.2.16 with SMTP id 16mr5902175wjq.46.1429798980123; Thu, 23 Apr 2015 07:23:00 -0700 (PDT) Received: from tm6592 (HSI-KBW-46-223-69-192.hsi.kabel-badenwuerttemberg.de. [46.223.69.192]) by mx.google.com with ESMTPSA id o6sm29440376wiz.24.2015.04.23.07.22.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Apr 2015 07:22:59 -0700 (PDT) From: Marco Wahl To: bug-gnu-emacs@gnu.org Subject: 25.0.50; Port not respected by ffap X-Face: &"bk.O^qRpF*sK+/, &mRxu!P61bKc5"jprbZ_Rax6=! I`CX6#kmDJ~k3QZ, 69ZJor.hJCO)QXAv?&~]EP.<'HHmggrk?>ptlgr:`@WB+YuWwL=^Hl7iYYD"J) "/wg9Ps9}&2Dy^/:1V~vvHS+hK0}6P{*i`"Zyx8 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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: -4.0 (----) X-Debbugs-Envelope-To: submit 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: -4.0 (----) - Have the text '/ssh:root@127.0.0.1#2222:/root/' in buffer *scratch*. - Put the cursor on the first slash. - M-x find-file-at-point Result: the filespec with the port is not recognised. Patch proposal: Modified lisp/ffap.el diff --git a/lisp/ffap.el b/lisp/ffap.el index 452275a..b59c21c 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -1004,7 +1004,7 @@ If a given RFC isn't in these then `ffap-rfc-path' is offered." ;; Slightly controversial decisions: ;; * strip trailing "@" and ":" ;; * no commas (good for latex) - (file "--:\\\\$\\{\\}+<>@-Z_[:alpha:]~*?" "<@" "@>;.,!:") + (file "--:\\\\$\\{\\}+<>@-Z_[:alpha:]~*?#" "<@" "@>;.,!:") ;; An url, or maybe a email/news message-id: (url "--:=&?$+@-Z_[:alpha:]~#,%;*()!'" "^[0-9a-zA-Z]" ":;.,!?") ;; Find a string that does *not* contain a colon: In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.16.2) of 2015-04-19 on tm6592 Repository revision: e5bd39b2b4542c0fa87acfe464ef344364540dd9 Windowing system distributor `The X.Org Foundation', version 11.0.11701000 System Description: Arch Linux Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: semantic-minor-modes-format: ((:eval (if (or semantic-highlight-edits-mode semantic-show-unmatched-syntax-mode) S))) pdf-occur-global-minor-mode: t TeX-PDF-mode: t magit-auto-revert-mode: t paredit-mode: t diff-auto-refine-mode: t zen-reward-mode: t shell-dirtrack-mode: t timeclock-mode-line-display: t show-paren-mode: t nyan-mode: t helm-match-plugin-mode: t helm-occur-match-plugin-mode: t erc-list-mode: t erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-networks-mode: t erc-pcomplete-mode: t erc-track-mode: t erc-track-minor-mode: t erc-match-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-netsplit-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t display-time-mode: t global-company-mode: t company-mode: t global-lentic-mode: t lentic-mode: t ido-hacks-mode: t override-global-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-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 Recent messages: ffap-string-at-point-mode-alist Mark activated Mark set Quit tramp-file-name-handler: Host name must not match method "ssh" [2 times] next-line: End of buffer Quit Mark set [3 times] Quit Mark set tramp-file-name-handler: Host name must not match method "ssh" Load-path shadows: Error during checking Features: (shadow emacsbug goto-addr edebug bug-reference tramp-cmds find-dired loadhist tramp-cache tramp-sh org-lint plain-tex js-mode-expansions js moz cc-mode-expansions cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs pcmpl-unix mailalias flyspell quail ispell bbdb-message gnus-fun ace-window avy org-attach org-archive thai-util thai-word lao-util pdf-sync pdf-annot pdf-outline pdf-links pdf-history pdf-occur ibuf-ext ibuffer tablist tablist-filter semantic/wisent/comp semantic/wisent semantic/wisent/wisent semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local cedet pdf-isearch pdf-misc imenu pdf-tools pdf-view pdf-cache pdf-info pdf-util ediff-merg ediff-wind ediff-diff ediff-mult ediff-help ediff-init ediff-util ediff eieio-opt speedbar sb-image ezimage dframe preview prv-emacs tex-buf font-latex latex-mode-expansions latex tex-style tex tex-mode latexenc nxml-uchnm rng-xsd xsd-regexp rng-cmpct nxml-mode-expansions html-mode-expansions sgml-mode rng-nxml rng-valid nxml-mode nxml-outln nxml-rap nxml-glyph face-remap expand-region text-mode-expansions the-org-mode-expansions er-basic-expansions expand-region-core expand-region-custom magit-key-mode magit tramp tramp-compat tramp-loaddefs trampver autorevert filenotify git-rebase-mode git-commit-mode ledger-mode ledger-schedule ledger-xact ledger-texi ledger-test ledger-sort ledger-report ledger-reconcile ledger-post ledger-occur ledger-init ledger-fontify ledger-state ledger-navigate ledger-fonts ledger-exec ledger-context ledger-complete ledger-commodities ledger-regex rx log-edit pcvs-util add-log cus-edit sh-script smie executable misearch multi-isearch elfeed-show elfeed-db elfeed-lib elfeed-search elfeed xml-query shr-color color em-unix em-term term ehelp em-script em-prompt em-ls em-hist em-pred em-glob em-dirs em-cmpl em-basic em-banner em-alias esh-var esh-io esh-cmd esh-opt esh-ext esh-proc esh-arg esh-groups eshell esh-module esh-mode esh-util dired-aux dired-x ld-script gnus-dired conf-mode zone flow-fill qp cal-move bookmark tabify image-file org-capture help-mode gnus-cite gnus-async gnus-bcklg mail-extr gnus-ml disp-table cursor-sensor mm-archive url-http url-gw url-cache url-auth url-handlers nnrss nndraft nnmh nndoc utf-7 epa-file epa derived epg gnutls network-stream nsm starttls nnfolder bbdb-gnus nnnil gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg nntp gnus-cache smtpmail sendmail server paredit hl-line cal-iso battery org-table vc vc-dispatcher vc-git diff-mode view cal-china lunar cal-islam cal-hebrew holidays hol-loaddefs appt diary-lib diary-loaddefs page-ext ffap rase solar cal-dst gnorb gnorb-org gnorb-bbdb gnorb-registry gnorb-gnus gnorb-utils nngnorb nnir org-timer org-clock org-velocity dabbrev org-eww org-elisp-symbol org-drill org-learn hi-lock org-bullets org-w3m org-rmail org-mhe org-irc org-inlinetask org-info org-id org-habit org-gnus org-docview doc-view jka-compr image-mode org-ctags org-bibtex bibtex org-bbdb ox-texinfo ox-org ox-odt rng-loc rng-uri rng-parse rng-match rng-dt rng-util rng-pttrn nxml-parse nxml-ns nxml-enc xmltok nxml-util ox-md ox-beamer ob-sh shell ob-clojure ob-scheme ob-gnuplot ob-dot ob-ditaa ob-lisp ob-css ob-js ob-org ob-ledger ob-latex ob-calc calc-store calc-trail calc-ext calc calc-loaddefs calc-macs ob-python ob-awk timeclock paren nyan-mode avoid helm-help helm-org helm-match-plugin helm-grep helm-regexp helm-plugin grep helm-external helm-utils compile helm helm-source erc-list erc-menu erc-join erc-ring erc-networks erc-pcomplete erc-track erc-match erc-button erc-fill erc-stamp erc-netsplit erc-dcc erc-goodies erc erc-backend erc-compat thingatpt pp time desktop frameset cus-start cus-load zeitgeist dbus bbdb-csv-import pcsv auxies-rest rect emacsshot rope-read-mode key-chord org-protocol auxies-eww auxies-string bbdb-mua bbdb-com crm bbdb bbdb-site timezone bbdb-loaddefs company-files company-oddmuse company-keywords company-etags etags xref company-gtags company-dabbrev-code company-dabbrev company-capf company-cmake company-xcode company-clang company-semantic company-eclim company-template company-css company-nxml company-bbdb company helm-config helm-autoloads edmacro kmacro async-bytecomp async helm-aliases lentic-mode lentic-doc f s ucs-normalize lentic-org lentic-block ox-latex ox-icalendar ox-html ox-ascii ox-publish ox org-element avl-tree org-location-google-maps org-agenda google-maps google-maps-static google-maps-geocode google-maps-base json org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline 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 find-func cal-menu calendar cal-loaddefs eww mm-url url-queue shr dom subr-x browse-url lentic m-buffer-at m-buffer m-buffer-macro dash emms-librefm-stream xml emms-librefm-scrobbler emms-playlist-limit emms-volume emms-volume-amixer emms-i18n emms-history emms-score emms-stream-info emms-metaplaylist-mode emms-bookmarks emms-cue emms-mode-line-icon emms-browser sort emms-playlist-sort emms-last-played emms-player-xine emms-player-mpd tq emms-playing-time emms-lyrics emms-url emms-streams emms-tag-editor emms-mark emms-mode-line emms-cache emms-info-ogginfo emms-info-mp3info emms-info later-do emms-playlist-mode emms-player-vlc emms-player-mplayer emms-player-simple emms-source-playlist emms-source-file locate emms-setup emms emms-compat ido-hacks advice ido gnus-registry registry eieio-compat eieio-base gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source tls utf7 netrc nnoo parse-time gnus-spec gnus-win gnus-int gnus-range message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus gnus-ems gnus-compat url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source eieio eieio-core cl-generic byte-opt password-cache url-vars mailcap nnheader gnus-util time-date mail-utils mm-util help-fns mail-prsvr wid-edit gnus-load use-package cl-macs cl gv diminish bytecomp byte-compile cl-extra seq cconv bind-key easy-mmode cl-loaddefs pcase cl-lib tex-site pomodoro-autoloads screenshot-autoloads info easymenu slime-autoloads finder-inf package epg-config mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode 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 cl-preloaded 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 dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 2214795 289548) (symbols 48 95890 4) (miscs 40 18555 3638) (strings 32 372208 73293) (string-bytes 1 23408398) (vectors 16 133168) (vector-slots 8 2746232 77122) (floats 8 12806 2255) (intervals 56 153884 17446) (buffers 976 204) (heap 1024 269860 107685)) -- http://www.wahlzone.de GPG: 0x49010A040A3AE6F2 From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 01 18:28:21 2019 Received: (at control) by debbugs.gnu.org; 1 Aug 2019 22:28:21 +0000 Received: from localhost ([127.0.0.1]:55612 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1htJYb-0007Jw-8p for submit@debbugs.gnu.org; Thu, 01 Aug 2019 18:28:21 -0400 Received: from quimby.gnus.org ([80.91.231.51]:47628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1htJYZ-0007Jl-KB for control@debbugs.gnu.org; Thu, 01 Aug 2019 18:28:20 -0400 Received: from 77.18.62.220.tmi.telenormobil.no ([77.18.62.220] helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1htJYW-0004TM-6V for control@debbugs.gnu.org; Fri, 02 Aug 2019 00:28:18 +0200 Date: Fri, 02 Aug 2019 00:28:15 +0200 Message-Id: <87sgqka5c0.fsf@mouse.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #20412 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 20412 + patch 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 0.0 TVD_RCVD_IP Message was received from an IP address -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 20412 + patch quit From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 01 18:31:33 2019 Received: (at 20412) by debbugs.gnu.org; 1 Aug 2019 22:31:33 +0000 Received: from localhost ([127.0.0.1]:55618 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1htJbg-0000G0-OT for submit@debbugs.gnu.org; Thu, 01 Aug 2019 18:31:32 -0400 Received: from quimby.gnus.org ([80.91.231.51]:47672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1htJbf-0000EX-8g for 20412@debbugs.gnu.org; Thu, 01 Aug 2019 18:31:31 -0400 Received: from 77.18.62.220.tmi.telenormobil.no ([77.18.62.220] helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1htJbc-0004Tw-5F; Fri, 02 Aug 2019 00:31:30 +0200 From: Lars Ingebrigtsen To: Marco Wahl Subject: Re: bug#20412: 25.0.50; Port not respected by ffap References: <84sibq3ovz.fsf@gmail.com> Date: Fri, 02 Aug 2019 00:31:27 +0200 In-Reply-To: <84sibq3ovz.fsf@gmail.com> (Marco Wahl's message of "Thu, 23 Apr 2015 16:22:56 +0200") Message-ID: <87o918a56o.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: Marco Wahl writes: > - Have the text '/ssh:root@127.0.0.1#2222:/root/' in buffer *scratch*. > - Put the cursor on the first slash. > - M-x find-file-at-point > > Result: the filespec with the port is not recognised. > > [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 TVD_RCVD_IP Message was received from an IP address -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 20412 Cc: 20412@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: -1.0 (-) Marco Wahl writes: > - Have the text '/ssh:root@127.0.0.1#2222:/root/' in buffer *scratch*. > - Put the cursor on the first slash. > - M-x find-file-at-point > > Result: the filespec with the port is not recognised. > > Patch proposal: [...] > - (file "--:\\\\$\\{\\}+<>@-Z_[:alpha:]~*?" "<@" "@>;.,!:") > + (file "--:\\\\$\\{\\}+<>@-Z_[:alpha:]~*?#" "<@" "@>;.,!:") I wonder whether this will lead to more false positives than the number of times it'll help with this syntax here. But since it does test whether the file exists, perhaps it's not a problem anyway. Anybody got an opinion here? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 15 00:02:05 2020 Received: (at 20412) by debbugs.gnu.org; 15 Jan 2020 05:02:05 +0000 Received: from localhost ([127.0.0.1]:34077 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iraob-0003Or-Lg for submit@debbugs.gnu.org; Wed, 15 Jan 2020 00:02:05 -0500 Received: from ted.gofardesign.uk ([67.225.143.91]:36674) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iraoV-0003OS-MI for 20412@debbugs.gnu.org; Wed, 15 Jan 2020 00:02:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To: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=S4AUvJMG0PO5iHhvvW4omnPzT/pPwhOsGOVUF3DHgiE=; b=eGw6aic2I4Qfh+Kpe9V0jm+U/j vOLkDIgy3AI47ULpw8AhGgsgIerRkf1MO8i+UwknxtadZL9Eq1T+U0PtCMJrxbpvjKx44RHi0Nkin ma2fdHxEWoELmOJ4nqKJLuSfEwBfAbKF95j1MyiDBOpnZmn8iuLpRIurcANB32mGoy8cgCHrXiWjk LhCU2qmirdJ4FORgf0Q4rs1m7sHRqYZbWNy3yYG0tXBQ9XXkmRwUWIwlI7IGvSo4MfXAFqN9wVA/Q zlsoYlrxf9HE7VbZX34675lUFs94SMJh3WF/VdAzTvwof0KC40kOep3JSTOyTLgrHwkAr4zmlJliw v5Jvdjew==; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:43230 helo=localhost) by ted.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iraoN-000K4x-Cj; Wed, 15 Jan 2020 00:01:47 -0500 From: Stefan Kangas To: Lars Ingebrigtsen Subject: Re: bug#20412: 25.0.50; Port not respected by ffap In-Reply-To: <87o918a56o.fsf@mouse.gnus.org> (Lars Ingebrigtsen's message of "Fri, 02 Aug 2019 00:31:27 +0200") References: <84sibq3ovz.fsf@gmail.com> <87o918a56o.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Date: Wed, 15 Jan 2020 06:01:45 +0100 Message-ID: <87muapfh3a.fsf@marxist.se> MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ted.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: ted.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: ted.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 20412 Cc: Marco Wahl , 20412@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: -1.0 (-) Lars Ingebrigtsen writes: > Marco Wahl writes: > >> - Have the text '/ssh:root@127.0.0.1#2222:/root/' in buffer *scratch*. >> - Put the cursor on the first slash. >> - M-x find-file-at-point >> >> Result: the filespec with the port is not recognised. >> >> Patch proposal: > > [...] > >> - (file "--:\\\\$\\{\\}+<>@-Z_[:alpha:]~*?" "<@" "@>;.,!:") >> + (file "--:\\\\$\\{\\}+<>@-Z_[:alpha:]~*?#" "<@" "@>;.,!:") > > I wonder whether this will lead to more false positives than the number > of times it'll help with this syntax here. > > But since it does test whether the file exists, perhaps it's not a > problem anyway. > > Anybody got an opinion here? I don't have a strong opinion either way. If we feel unsure about the change, perhaps someone should try using this for a while to see how well it works in practice. Best regards, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 22 07:59:35 2020 Received: (at 20412) by debbugs.gnu.org; 22 Jan 2020 12:59:35 +0000 Received: from localhost ([127.0.0.1]:49170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iuFbb-0002M5-3l for submit@debbugs.gnu.org; Wed, 22 Jan 2020 07:59:35 -0500 Received: from quimby.gnus.org ([95.216.78.240]:59622) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iuFba-0002Lr-5a for 20412@debbugs.gnu.org; Wed, 22 Jan 2020 07:59:34 -0500 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iuFbR-000361-F2; Wed, 22 Jan 2020 13:59:27 +0100 From: Lars Ingebrigtsen To: Stefan Kangas Subject: Re: bug#20412: 25.0.50; Port not respected by ffap References: <84sibq3ovz.fsf@gmail.com> <87o918a56o.fsf@mouse.gnus.org> <87muapfh3a.fsf@marxist.se> Date: Wed, 22 Jan 2020 13:59:24 +0100 In-Reply-To: <87muapfh3a.fsf@marxist.se> (Stefan Kangas's message of "Wed, 15 Jan 2020 06:01:45 +0100") Message-ID: <87y2tzwssz.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: Stefan Kangas writes: > I don't have a strong opinion either way. If we feel unsure about the > change, perhaps someone should try using this for a while to see how > well it works in practice. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ingebrigtsen.no] -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: 20412 Cc: Marco Wahl , 20412@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: -1.0 (-) Stefan Kangas writes: > I don't have a strong opinion either way. If we feel unsure about the > change, perhaps someone should try using this for a while to see how > well it works in practice. Makes sense. I've now applied the patch to Emacs 28, and we'll see how it works in practice. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 22 07:59:43 2020 Received: (at control) by debbugs.gnu.org; 22 Jan 2020 12:59:43 +0000 Received: from localhost ([127.0.0.1]:49173 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iuFbj-0002MQ-Al for submit@debbugs.gnu.org; Wed, 22 Jan 2020 07:59:43 -0500 Received: from quimby.gnus.org ([95.216.78.240]:59638) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iuFbg-0002MD-Oz for control@debbugs.gnu.org; Wed, 22 Jan 2020 07:59:41 -0500 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iuFbZ-00036E-4m for control@debbugs.gnu.org; Wed, 22 Jan 2020 13:59:35 +0100 Date: Wed, 22 Jan 2020 13:59:32 +0100 Message-Id: <87wo9jwssr.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #20412 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 20412 fixed close 20412 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: 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 20412 fixed close 20412 28.1 quit From unknown Fri Aug 15 03:56:40 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, 20 Feb 2020 12:24:05 +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