From unknown Thu Sep 11 14:10:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19627: 25.0.50; eshell: only the first item from eshell-visual-options is honored Resent-From: Samer Masterson Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 19 Jan 2015 11:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 19627 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 19627@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.142166693831676 (code B ref -1); Mon, 19 Jan 2015 11:29:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Jan 2015 11:28:58 +0000 Received: from localhost ([127.0.0.1]:32775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YDAVt-0008Ep-IN for submit@debbugs.gnu.org; Mon, 19 Jan 2015 06:28:58 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48960) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YDAVq-0008EU-Qj for submit@debbugs.gnu.org; Mon, 19 Jan 2015 06:28:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDAVk-0005gk-5R for submit@debbugs.gnu.org; Mon, 19 Jan 2015 06:28:49 -0500 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 ([208.118.235.17]:43721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDAVk-0005gg-3P for submit@debbugs.gnu.org; Mon, 19 Jan 2015 06:28:48 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDAVi-0000Qp-It for bug-gnu-emacs@gnu.org; Mon, 19 Jan 2015 06:28:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDAVh-0005gE-7S for bug-gnu-emacs@gnu.org; Mon, 19 Jan 2015 06:28:46 -0500 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:41160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDAVg-0005g8-Rz for bug-gnu-emacs@gnu.org; Mon, 19 Jan 2015 06:28:45 -0500 Received: by mail-pa0-f43.google.com with SMTP id eu11so1039498pac.2 for ; Mon, 19 Jan 2015 03:28:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=QkI3tDVf+zd9lGe1Z9g+l3oUBXN17qEWU6gTEg2Ut64=; b=muNnArpSqBopoxeFAL/9/x++I4J85swuzEmz1b6YWUSvP0IRVbaL6WSvU40Pb9+Kf/ odm0vPqTlmrooo5UkSM86Cv/AZdKsD5QNUJfK8VYNWUVQPCirEWGa8eH/OpvWf5crVT/ HwXyQZK3+IQSNlEzrTuZxQQ+g41PnYQwoWKzQgJBYcT3wL2H7fcHU/LmkSRGkJKEO6JS k/1ocGyyOAcTVKQntcjDSiQaWyitIDh5NZHesU/V45c0mYu/9OISZ294OUcrAIxBidEg l7xUaJVyhZrTvatzGjhI2rcvzuNouAnqC5/nu46nwpDkzUEaNDNav2kTCmpfEGztbDsI OcqQ== X-Received: by 10.68.94.131 with SMTP id dc3mr33198198pbb.106.1421666923673; Mon, 19 Jan 2015 03:28:43 -0800 (PST) Received: from dark-horse ([2601:9:4b81:ae00:692b:2afa:2f3:2b41]) by mx.google.com with ESMTPSA id rr9sm11455429pbc.39.2015.01.19.03.28.42 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 19 Jan 2015 03:28:43 -0800 (PST) From: Samer Masterson Date: Mon, 19 Jan 2015 03:30:18 -0800 Message-ID: <87387757p1.fsf@gmail.com> 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: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.0 (----) 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 (----) 1. "emacs -Q" 2. M-x eshell 3. "git --help" prints the help text to the buffer 4. (add-to-list 'eshell-visual-options '("git" "--help")) 5. "git --help" brings up the term display (which is quickly killed, that is bug#18108) 6. (add-to-list 'eshell-visual-options '("git" "--help")) 7. "git --help" bug: "git --help" prints the help text to the buffer. expected behavior: "git --help" should have brought up a term-mode buffer, as it's still part of eshell-visual-options. In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8) of 2014-11-18 on samer-dark-horse Repository revision: b59998eb5b9c4e6e142b530604539c54028acb8d Windowing system distributor `The X.Org Foundation', version 11.0.11501000 System Description: Ubuntu 14.04.1 LTS Configured using: `configure --prefix=/home/samer/local' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: magit-auto-revert-mode: t shell-dirtrack-mode: t diff-auto-refine-mode: t global-flycheck-mode: t show-paren-mode: t flx-ido-mode: t guide-key-mode: t popwin-mode: t projectile-global-mode: t projectile-mode: t ido-everywhere: t tooltip-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 auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t Recent messages: Redo! [4 times] Undo! C-x C-g is undefined Quit Mark set byte-code: There is no version-controlled file in this buffer Mark set [2 times] Undo! Entering debugger... Quit Load-path shadows: /home/samer/.emacs.d/elpa/emms-20141104.1238/tq hides /home/samer/local/share/emacs/25.0.50/lisp/emacs-lisp/tq Features: (vc vc-dispatcher shadow emacsbug apropos ediff-merg ediff-wind ediff-diff ediff-mult ediff-help ediff-init ediff-util ediff company-go sh-script smie executable make-mode rect eieio-opt conf-mode align js json cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs tabify man go-stacktracer magit-blame cal-move parse-time org-element org-rmail org-mhe org-irc org-info org-gnus org-docview org-bibtex bibtex org-bbdb org-w3m org org-macro org-footnote org-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 ob-core ob-eval org-compat org-macs org-loaddefs cal-menu calendar cal-loaddefs deft wid-edit find-dired debug windmove pp tramp-cache pcmpl-unix em-unix em-term term disp-table 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 cap-words superword subword misc hippie-exp ace-jump-mode company-files company-oddmuse company-keywords company-etags company-gtags company-dabbrev-code company-dabbrev company-capf company-cmake company-ropemacs company-xcode company-clang company-semantic company-eclim company-template company-css company-nxml company-bbdb company imenu dired-aux magit-key-mode magit view tramp tramp-compat tramp-loaddefs trampver shell pcomplete autorevert filenotify git-rebase-mode git-commit-mode log-edit pcvs-util add-log epa-file gnutls network-stream starttls tls mailalias mail-extr sort misearch multi-isearch mule-util server vc-git diff-mode easy-mmode remember flycheck help-mode rx subr-x pcase edmacro kmacro mu4e mu4e-speedbar speedbar sb-image ezimage dframe mu4e-main mu4e-view epa derived epg browse-url mu4e-headers mu4e-compose mu4e-draft mu4e-actions rfc2368 smtpmail sendmail mu4e-mark mu4e-message html2text mu4e-proc mu4e-utils doc-view jka-compr image-mode mu4e-lists mu4e-about mu4e-vars message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader hl-line mu4e-meta ctags paren flx-ido flx saveplace smex go-eldoc go-mode url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap find-file ffap url-parse auth-source eieio byte-opt bytecomp byte-compile cl-extra cconv eieio-core gnus-util time-date mm-util mail-prsvr password-cache url-vars etags guide-key face-remap popwin projectile advice ibuf-ext ibuffer pkg-info find-func lisp-mnt epl grep thingatpt help-fns cl-macs cl gv cl-loaddefs cl-lib ag vc-svn compile comint ansi-color ring ido s ucs-normalize dash dired go-mode-autoloads info easymenu package epg-config 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 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 1241346 112536) (symbols 48 47333 45) (miscs 40 5342 3741) (strings 32 152325 24034) (string-bytes 1 4851785) (vectors 16 105515) (vector-slots 8 2407778 30922) (floats 8 12781 3102) (intervals 56 101672 5260) (buffers 976 240) (heap 1024 174273 61924)) From unknown Thu Sep 11 14:10:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19627: 25.0.50; eshell: only the first item from eshell-visual-options is honored Resent-From: npostavs@users.sourceforge.net Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 04 Jul 2016 02:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19627 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Samer Masterson Cc: 19627@debbugs.gnu.org Received: via spool by 19627-submit@debbugs.gnu.org id=B19627.14676004751280 (code B ref 19627); Mon, 04 Jul 2016 02:48:01 +0000 Received: (at 19627) by debbugs.gnu.org; 4 Jul 2016 02:47:55 +0000 Received: from localhost ([127.0.0.1]:36373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bJtvP-0000Ka-3O for submit@debbugs.gnu.org; Sun, 03 Jul 2016 22:47:55 -0400 Received: from mail-io0-f174.google.com ([209.85.223.174]:33810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bJtvN-0000KD-5u; Sun, 03 Jul 2016 22:47:53 -0400 Received: by mail-io0-f174.google.com with SMTP id g13so141582630ioj.1; Sun, 03 Jul 2016 19:47:53 -0700 (PDT) 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; bh=yFSSAFv7r/pnFpifGV7tDybrwvf0p4kktA7eXLh0igw=; b=jUX7ybOhfjjt4QmhxjJ+EhKzIAZ/R72oG8rz3dOBXly62cfxlMGe9aEc4zIzP9TpJJ PCUiLMNT9g1Zd45plRlW70dqgZEuEatDPSfA8cFLDXrQVsnelKNUc9E7ySOTzPVYGVqL 5znQAsbP4gxY7aWry3Fe5Mq5mUDx/3fwUxY1bLXUuW8R+2s7nzb5orJKnBvwx8GCKoRy hE6VhCpSMUWbvYMw1qaaJ8/wMFMFBibPh1LbwZopfxVCBuQ3/qSeiorFsOwY9876ndfP qH9Smr2O2tduvUCmvf+tbNvQkQd/vj5Pgv3+/lhH+f2pZoPD2TlnJ3dQtwQBO0m35wYh NcPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=yFSSAFv7r/pnFpifGV7tDybrwvf0p4kktA7eXLh0igw=; b=btKi/zv4CTFtt25fpy3xnnF9iFVS6xy2VNpIF1nOYnbHoWKXo/wz8ZsgAv6Revtrdm MWoSJ/E+GhSmLOAii/H2i4eHpVr4DB4oPtXRxvRUjOyj20SneQMIS31FiwuYuqcBTBpr ViKsw8bxlM6DAAsRqgDzVG53N9eJwqQ7Kfi/7pc3QGZi9eoBbVdXdudppfT+gQTKDEjr MEDpKonZFLUHNcIuiUWp61wvNItoL41heMUujYRiGUi99cPdWMnF7ycMbq3RzX061ore plmq0k+xTz/Z5FbPrfp0SlsFHBeIsaavVXOIDFDvPi08UVKmp7v41TUOBCZjdds8Td3I 5OeQ== X-Gm-Message-State: ALyK8tJiu6YZNPbpq6zjuzWmViAfJNXajJh7+iRqF4x0JgqoF06n1tO90ntTaxYPLSugUQ== X-Received: by 10.107.30.5 with SMTP id e5mr8761076ioe.129.1467600467668; Sun, 03 Jul 2016 19:47:47 -0700 (PDT) Received: from zony (206-188-64-44.cpe.distributel.net. [206.188.64.44]) by smtp.googlemail.com with ESMTPSA id q128sm179485iod.30.2016.07.03.19.47.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 03 Jul 2016 19:47:47 -0700 (PDT) From: npostavs@users.sourceforge.net References: <87387757p1.fsf@gmail.com> Date: Sun, 03 Jul 2016 22:47:54 -0400 In-Reply-To: <87387757p1.fsf@gmail.com> (Samer Masterson's message of "Mon, 19 Jan 2015 03:30:18 -0800") Message-ID: <87eg7adspx.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) 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: -0.7 (/) --=-=-= Content-Type: text/plain severity 19627 minor quit Samer Masterson writes: > 1. "emacs -Q" > 2. M-x eshell > 3. "git --help" prints the help text to the buffer > 4. (add-to-list 'eshell-visual-options '("git" "--help")) > 5. "git --help" brings up the term display (which is quickly killed, > that is bug#18108) > 6. (add-to-list 'eshell-visual-options '("git" "--help")) I guess you actually meant "--version" rather than "--help" again here. > 7. "git --help" > bug: > "git --help" prints the help text to the buffer. > expected behavior: > "git --help" should have brought up a term-mode buffer, as it's still > part of eshell-visual-options. eshell-visual-options is an alist (as mentioned in the docstring), so the newest "git" entry decides which options are in force. To get what you want, you should do: (add-to-list 'eshell-visual-options '("git" "--help" "--version")) or possibly (push "--version" (cdr (assoc "git" eshell-visual-options))) Maybe the docs can be improved to explain this better. Is it enough to change the example usage to have 2 different options? --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=v1-0001-Clarify-usage-of-eshell-visual-options.patch Content-Description: patch >From c51bb7b36ef7f0bbe3e69c8fe16abc6b2ca8a6c1 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Sun, 3 Jul 2016 22:41:48 -0400 Subject: [PATCH v1] Clarify usage of eshell-visual-options * lisp/eshell/em-term.el (eshell-visual-options): Add second option to example usage. --- lisp/eshell/em-term.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index 3e5de0c..208629c 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el @@ -102,10 +102,11 @@ eshell-visual-options of commands with options that present their output in a visual fashion. For example, a sensible entry would be - (\"git\" \"--help\") + (\"git\" \"--help\" \"--paginate\") because \"git --help\" shows the command's -documentation with a pager. +documentation with a pager and \"git --paginate \" +always uses a pager for output. See also `eshell-visual-commands' and `eshell-visual-subcommands'." :type '(repeat (cons (string :tag "Command") -- 2.8.0 --=-=-=-- From unknown Thu Sep 11 14:10:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19627: 25.0.50; eshell: only the first item from eshell-visual-options is honored Resent-From: npostavs@users.sourceforge.net Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 29 Jul 2016 00:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19627 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Samer Masterson Cc: 19627@debbugs.gnu.org Received: via spool by 19627-submit@debbugs.gnu.org id=B19627.146975119216624 (code B ref 19627); Fri, 29 Jul 2016 00:14:02 +0000 Received: (at 19627) by debbugs.gnu.org; 29 Jul 2016 00:13:12 +0000 Received: from localhost ([127.0.0.1]:49774 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bSvQN-0004Jz-QR for submit@debbugs.gnu.org; Thu, 28 Jul 2016 20:13:11 -0400 Received: from mail-it0-f51.google.com ([209.85.214.51]:34920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bSvQM-0004Jh-33; Thu, 28 Jul 2016 20:13:10 -0400 Received: by mail-it0-f51.google.com with SMTP id u186so181445781ita.0; Thu, 28 Jul 2016 17:13:10 -0700 (PDT) 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; bh=sY+EWMXkv2gQyQeacd3sk7pEvwGkoR0OMFoOPmaiwWQ=; b=soa/6Bu6Bwuga9EFMQaS3NTBTm+wn8KjSsrQA1W6yh/li9uMX5f/XW4l43jyC9Ih+p M4TUGb0Eizmkkk/Nt4zAa3EyaJAsl6GHbv4pf2yOLAiGBmJwJPzTgXL3yGl9AlIix27j lc/OOz7KDybXoSeSSuz9Cb+I8DAUTKAf7a52LYU33yYZ34VYC0rs8BPMKBc+O7f3xGvC 8WFoB9eoHp4RM85zAUKAZHaxXTjIpyCyFkB/i6MenCrCx8hqY2nQVKUTakfnHJhMp0o1 VkXdqI3N69Eb7I4rc3L+FwpCRPgudFbHxSu8y0HC60lxecx68t1bpOsyQZUmW1z8M/fW VrYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=sY+EWMXkv2gQyQeacd3sk7pEvwGkoR0OMFoOPmaiwWQ=; b=O9kP4+KTgKdJz+a5MNCr5fojHhjyZQltHLDGznd4ZYnjEJyifhJnHVIdz/1qVRsMuV mKDH1HUTbDDNoG1+NJqRp9GJYR2xMIl4b56oZzREvIZ7VoHyu3b7QlRkTYvw+eu7cne0 78kIkUOdefuAft0mtyqbAgRUVASysXnqvG7GvRDK5L/AoiRUbk9h/tBf5YLuKPYWOWGo NERUE9qz7AWwUry4wKQ6ZUHCPWXIxMLQn0qfYPqu7UbOJiH41nWodlITTVaeFlOJIV88 zJpb+QZYBzoSsin1j7CRYciH6Zra9n1/WbWH/jnuGIV2bF3WUOyLBwrlDJmtnMfkdGA5 zpSA== X-Gm-Message-State: AEkoouujpU67mE8XUH9ysbLn/76u2ZDGzLoYPTbF+JwE5g6PtakOdLtBWs5RbZPtyPxNTQ== X-Received: by 10.36.36.15 with SMTP id f15mr42605383ita.43.1469751184673; Thu, 28 Jul 2016 17:13:04 -0700 (PDT) Received: from zony (206-188-64-44.cpe.distributel.net. [206.188.64.44]) by smtp.googlemail.com with ESMTPSA id u75sm177652ita.16.2016.07.28.17.13.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Jul 2016 17:13:04 -0700 (PDT) From: npostavs@users.sourceforge.net References: <87387757p1.fsf@gmail.com> <87eg7adspx.fsf@users.sourceforge.net> Date: Thu, 28 Jul 2016 20:13:09 -0400 In-Reply-To: <87eg7adspx.fsf@users.sourceforge.net> (npostavs@users.sourceforge.net's message of "Sun, 03 Jul 2016 22:47:54 -0400") Message-ID: <87h9b9b8tm.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) 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: -0.7 (/) close 19627 25.1 quit npostavs@users.sourceforge.net writes: > > Maybe the docs can be improved to explain this better. Is it enough to > change the example usage to have 2 different options? I will assume yes, done in 442cc39.