From unknown Wed Jun 25 03:53:34 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#20777 <20777@debbugs.gnu.org> To: bug#20777 <20777@debbugs.gnu.org> Subject: Status: 24.4; sh-mode: fill-paragraph does not recognize EOF Reply-To: bug#20777 <20777@debbugs.gnu.org> Date: Wed, 25 Jun 2025 10:53:34 +0000 retitle 20777 24.4; sh-mode: fill-paragraph does not recognize EOF reassign 20777 emacs submitter 20777 Daniel Hornung severity 20777 minor tag 20777 confirmed wontfix thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 09 11:10:39 2015 Received: (at submit) by debbugs.gnu.org; 9 Jun 2015 15:10:39 +0000 Received: from localhost ([127.0.0.1]:46365 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z2LAh-00073Z-Bh for submit@debbugs.gnu.org; Tue, 09 Jun 2015 11:10:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40350) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z2IQN-0002m8-RT for submit@debbugs.gnu.org; Tue, 09 Jun 2015 08:14:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2IQB-0003Hu-B9 for submit@debbugs.gnu.org; Tue, 09 Jun 2015 08:14:30 -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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:49691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2IQB-0003Hp-8H for submit@debbugs.gnu.org; Tue, 09 Jun 2015 08:14:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2IQ6-0001j1-Vl for bug-gnu-emacs@gnu.org; Tue, 09 Jun 2015 08:14:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2IQ2-0003Dc-HH for bug-gnu-emacs@gnu.org; Tue, 09 Jun 2015 08:14:18 -0400 Received: from fmailer.gwdg.de ([134.76.11.16]:60485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2IQ2-0003CG-4R for bug-gnu-emacs@gnu.org; Tue, 09 Jun 2015 08:14:14 -0400 Received: from um-excht-a01.um.gwdg.de ([134.76.11.221] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.80) (envelope-from ) id 1Z2IPx-0006Yk-DR for bug-gnu-emacs@gnu.org; Tue, 09 Jun 2015 14:14:09 +0200 Received: from tiersen.localnet (134.76.218.252) by email.gwdg.de (134.76.9.210) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 9 Jun 2015 14:14:09 +0200 From: Daniel Hornung To: Subject: 24.4; sh-mode: fill-paragraph does not recognize EOF Date: Tue, 9 Jun 2015 14:14:02 +0200 Message-ID: <12154011.SxuHhXH5n9@tiersen> User-Agent: KMail/4.14.1 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart15420486.rLrE9aAUQV"; micalg=pgp-sha256; protocol="application/pgp-signature" X-Virus-Scanned: (clean) by clamav X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x 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: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 09 Jun 2015 11:10:33 -0400 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: -5.0 (-----) --nextPart15420486.rLrE9aAUQV Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" In sh-mode, upon typing "<<", bracketing pairs of "EOF" are created automatically in order to allow creation of a here document. Unfortunately the fill-paragraph command, when used inside the correctl= y syntax-highlighted here file region, will not take the trailing "EOF" into account as a delimiter, but takes this and the following lines to be ordinary text, thus garbling the content of the shell script. What should be done: fill-paragraph in sh-mode should recognize "^EOF$" as the end of paragr= aph Note: The same is true for the leading "< n SPC O=20 p e n D o c u m e n t SPC s p r e a d s h e e t SPC=20 i n t o SPC a SPC t a b - s e p a r a t e d SPC t e=20 x t SPC f i l e . U s a g e : =20 $ 0 SPC I N U O U T _ F I L E =20 P =20 A n SPC o u t p u t SPC f i l e SPC=20 w i t h SPC t h e SPC b a s e SPC b a s e n a m e SPC=20 a s SPC I N P U T _ F I L E SPC a n d SPC t h e SPC=20 f i l e SPC e n d i n g SPC . t s v SPC w i l l SPC=20 b e SPC c r e a t e d SPC a u t o m a t i c a l l y=20 . M-b M-b M-b M-b M-b M-q =20 =20 =20 =20 =20 =20 =20 C-x C-s=20 C-h k M-q =20 =20 q M-x=20 r e p o r t - e m Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Setting up indent for shell type bash Indentation variables are now local. Indentation setup for shell type bash Auto-saving...done Making completion list... Saving file /home/daniel/.local/bin/ods2tsv... Wrote /home/daniel/.local/bin/ods2tsv Type C-x 1 to delete the help window, C-M-v to scroll help. Load-path shadows: /home/daniel/.emacs.d/elpa/python-mode-20150428.1253/python-mode hides=20= /usr/share/emacs24/site-lisp/python-mode/python-mode /home/daniel/.emacs.d/elpa/org-20150518/ob hides /usr/share/emacs24/sit= e- lisp/org-mode/ob /home/daniel/.emacs.d/elpa/org-20150518/org-crypt hides=20 /usr/share/emacs24/site-lisp/org-mode/org-crypt /home/daniel/.emacs.d/elpa/org-20150518/org-mhe hides /usr/share/emacs2= 4/site- lisp/org-mode/org-mhe /home/daniel/.emacs.d/elpa/org-20150518/ob-dot hides /usr/share/emacs24= /site- lisp/org-mode/ob-dot /home/daniel/.emacs.d/elpa/org-20150518/ob-plantuml hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-plantuml /home/daniel/.emacs.d/elpa/org-20150518/ob-js hides /usr/share/emacs24/= site- lisp/org-mode/ob-js /home/daniel/.emacs.d/elpa/org-20150518/ob-haskell hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-haskell /home/daniel/.emacs.d/elpa/org-20150518/ox-ascii hides=20 /usr/share/emacs24/site-lisp/org-mode/ox-ascii /home/daniel/.emacs.d/elpa/org-20150518/ob-org hides /usr/share/emacs24= /site- lisp/org-mode/ob-org /home/daniel/.emacs.d/elpa/org-20150518/org-src hides /usr/share/emacs2= 4/site- lisp/org-mode/org-src /home/daniel/.emacs.d/elpa/org-20150518/org-irc hides /usr/share/emacs2= 4/site- lisp/org-mode/org-irc /home/daniel/.emacs.d/elpa/org-20150518/ob-lilypond hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-lilypond /home/daniel/.emacs.d/elpa/org-20150518/org-mouse hides=20 /usr/share/emacs24/site-lisp/org-mode/org-mouse /home/daniel/.emacs.d/elpa/org-20150518/org-mobile hides=20 /usr/share/emacs24/site-lisp/org-mode/org-mobile /home/daniel/.emacs.d/elpa/org-20150518/ob-ocaml hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-ocaml /home/daniel/.emacs.d/elpa/org-20150518/org-macs hides=20 /usr/share/emacs24/site-lisp/org-mode/org-macs /home/daniel/.emacs.d/elpa/org-20150518/ob-R hides /usr/share/emacs24/s= ite- lisp/org-mode/ob-R /home/daniel/.emacs.d/elpa/org-20150518/org-colview hides=20 /usr/share/emacs24/site-lisp/org-mode/org-colview /home/daniel/.emacs.d/elpa/org-20150518/org-docview hides=20 /usr/share/emacs24/site-lisp/org-mode/org-docview /home/daniel/.emacs.d/elpa/org-20150518/org-datetree hides=20 /usr/share/emacs24/site-lisp/org-mode/org-datetree /home/daniel/.emacs.d/elpa/org-20150518/ob-table hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-table /home/daniel/.emacs.d/elpa/org-20150518/org-attach hides=20 /usr/share/emacs24/site-lisp/org-mode/org-attach /home/daniel/.emacs.d/elpa/org-20150518/ob-lob hides /usr/share/emacs24= /site- lisp/org-mode/ob-lob /home/daniel/.emacs.d/elpa/org-20150518/org-timer hides=20 /usr/share/emacs24/site-lisp/org-mode/org-timer /home/daniel/.emacs.d/elpa/org-20150518/ob-comint hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-comint /home/daniel/.emacs.d/elpa/org-20150518/ob-clojure hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-clojure /home/daniel/.emacs.d/elpa/org-20150518/org-clock hides=20 /usr/share/emacs24/site-lisp/org-mode/org-clock /home/daniel/.emacs.d/elpa/org-20150518/org-info hides=20 /usr/share/emacs24/site-lisp/org-mode/org-info /home/daniel/.emacs.d/elpa/org-20150518/org-capture hides=20 /usr/share/emacs24/site-lisp/org-mode/org-capture /home/daniel/.emacs.d/elpa/org-20150518/org-w3m hides /usr/share/emacs2= 4/site- lisp/org-mode/org-w3m /home/daniel/.emacs.d/elpa/org-20150518/ob-scala hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-scala /home/daniel/.emacs.d/elpa/org-20150518/ox-md hides /usr/share/emacs24/= site- lisp/org-mode/ox-md /home/daniel/.emacs.d/elpa/org-20150518/ox-html hides /usr/share/emacs2= 4/site- lisp/org-mode/ox-html /home/daniel/.emacs.d/elpa/org-20150518/org-eshell hides=20 /usr/share/emacs24/site-lisp/org-mode/org-eshell /home/daniel/.emacs.d/elpa/org-20150518/org-plot hides=20 /usr/share/emacs24/site-lisp/org-mode/org-plot /home/daniel/.emacs.d/elpa/org-20150518/ob-shen hides /usr/share/emacs2= 4/site- lisp/org-mode/ob-shen /home/daniel/.emacs.d/elpa/org-20150518/org-entities hides=20 /usr/share/emacs24/site-lisp/org-mode/org-entities /home/daniel/.emacs.d/elpa/org-20150518/ob-emacs-lisp hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-emacs-lisp /home/daniel/.emacs.d/elpa/org-20150518/ob-asymptote hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-asymptote /home/daniel/.emacs.d/elpa/org-20150518/ob-octave hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-octave /home/daniel/.emacs.d/elpa/org-20150518/org-pcomplete hides=20 /usr/share/emacs24/site-lisp/org-mode/org-pcomplete /home/daniel/.emacs.d/elpa/org-20150518/org-list hides=20 /usr/share/emacs24/site-lisp/org-mode/org-list /home/daniel/.emacs.d/elpa/org-20150518/ob-calc hides /usr/share/emacs2= 4/site- lisp/org-mode/ob-calc /home/daniel/.emacs.d/elpa/org-20150518/org-habit hides=20 /usr/share/emacs24/site-lisp/org-mode/org-habit /home/daniel/.emacs.d/elpa/org-20150518/ox-beamer hides=20 /usr/share/emacs24/site-lisp/org-mode/ox-beamer /home/daniel/.emacs.d/elpa/org-20150518/ob-makefile hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-makefile /home/daniel/.emacs.d/elpa/org-20150518/ob-keys hides /usr/share/emacs2= 4/site- lisp/org-mode/ob-keys /home/daniel/.emacs.d/elpa/org-20150518/ob-sql hides /usr/share/emacs24= /site- lisp/org-mode/ob-sql /home/daniel/.emacs.d/elpa/org-20150518/ob-mscgen hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-mscgen /home/daniel/.emacs.d/elpa/org-20150518/ob-C hides /usr/share/emacs24/s= ite- lisp/org-mode/ob-C /home/daniel/.emacs.d/elpa/org-20150518/org-inlinetask hides=20 /usr/share/emacs24/site-lisp/org-mode/org-inlinetask /home/daniel/.emacs.d/elpa/org-20150518/ox-publish hides=20 /usr/share/emacs24/site-lisp/org-mode/ox-publish /home/daniel/.emacs.d/elpa/org-20150518/ob-awk hides /usr/share/emacs24= /site- lisp/org-mode/ob-awk /home/daniel/.emacs.d/elpa/org-20150518/ob-ledger hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-ledger /home/daniel/.emacs.d/elpa/org-20150518/org-id hides /usr/share/emacs24= /site- lisp/org-mode/org-id /home/daniel/.emacs.d/elpa/org-20150518/org-bbdb hides=20 /usr/share/emacs24/site-lisp/org-mode/org-bbdb /home/daniel/.emacs.d/elpa/org-20150518/org-loaddefs hides=20 /usr/share/emacs24/site-lisp/org-mode/org-loaddefs /home/daniel/.emacs.d/elpa/org-20150518/org-faces hides=20 /usr/share/emacs24/site-lisp/org-mode/org-faces /home/daniel/.emacs.d/elpa/org-20150518/org-rmail hides=20 /usr/share/emacs24/site-lisp/org-mode/org-rmail /home/daniel/.emacs.d/elpa/org-20150518/ob-sqlite hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-sqlite /home/daniel/.emacs.d/elpa/org-20150518/org-ctags hides=20 /usr/share/emacs24/site-lisp/org-mode/org-ctags /home/daniel/.emacs.d/elpa/org-20150518/ob-maxima hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-maxima /home/daniel/.emacs.d/elpa/org-20150518/org-agenda hides=20 /usr/share/emacs24/site-lisp/org-mode/org-agenda /home/daniel/.emacs.d/elpa/org-20150518/ox-man hides /usr/share/emacs24= /site- lisp/org-mode/ox-man /home/daniel/.emacs.d/elpa/org-20150518/ob-python hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-python /home/daniel/.emacs.d/elpa/org-20150518/org-feed hides=20 /usr/share/emacs24/site-lisp/org-mode/org-feed /home/daniel/.emacs.d/elpa/org-20150518/ob-matlab hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-matlab /home/daniel/.emacs.d/elpa/org-20150518/org-indent hides=20 /usr/share/emacs24/site-lisp/org-mode/org-indent /home/daniel/.emacs.d/elpa/org-20150518/ox-icalendar hides=20 /usr/share/emacs24/site-lisp/org-mode/ox-icalendar /home/daniel/.emacs.d/elpa/org-20150518/ob-ditaa hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-ditaa /home/daniel/.emacs.d/elpa/org-20150518/ob-gnuplot hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-gnuplot /home/daniel/.emacs.d/elpa/org-20150518/ob-sass hides /usr/share/emacs2= 4/site- lisp/org-mode/ob-sass /home/daniel/.emacs.d/elpa/org-20150518/ob-eval hides /usr/share/emacs2= 4/site- lisp/org-mode/ob-eval /home/daniel/.emacs.d/elpa/org-20150518/ox-texinfo hides=20 /usr/share/emacs24/site-lisp/org-mode/ox-texinfo /home/daniel/.emacs.d/elpa/org-20150518/ob-scheme hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-scheme /home/daniel/.emacs.d/elpa/org-20150518/ob-css hides /usr/share/emacs24= /site- lisp/org-mode/ob-css /home/daniel/.emacs.d/elpa/org-20150518/ob-fortran hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-fortran /home/daniel/.emacs.d/elpa/org-20150518/ob-io hides /usr/share/emacs24/= site- lisp/org-mode/ob-io /home/daniel/.emacs.d/elpa/org-20150518/ox-org hides /usr/share/emacs24= /site- lisp/org-mode/ox-org /home/daniel/.emacs.d/elpa/org-20150518/org-bibtex hides=20 /usr/share/emacs24/site-lisp/org-mode/org-bibtex /home/daniel/.emacs.d/elpa/org-20150518/org-compat hides=20 /usr/share/emacs24/site-lisp/org-mode/org-compat /home/daniel/.emacs.d/elpa/org-20150518/ob-lisp hides /usr/share/emacs2= 4/site- lisp/org-mode/ob-lisp /home/daniel/.emacs.d/elpa/org-20150518/ox hides /usr/share/emacs24/sit= e- lisp/org-mode/ox /home/daniel/.emacs.d/elpa/org-20150518/org-gnus hides=20 /usr/share/emacs24/site-lisp/org-mode/org-gnus /home/daniel/.emacs.d/elpa/org-20150518/ox-odt hides /usr/share/emacs24= /site- lisp/org-mode/ox-odt /home/daniel/.emacs.d/elpa/org-20150518/org-install hides=20 /usr/share/emacs24/site-lisp/org-mode/org-install /home/daniel/.emacs.d/elpa/org-20150518/org-protocol hides=20 /usr/share/emacs24/site-lisp/org-mode/org-protocol /home/daniel/.emacs.d/elpa/org-20150518/ob-tangle hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-tangle /home/daniel/.emacs.d/elpa/org-20150518/org-archive hides=20 /usr/share/emacs24/site-lisp/org-mode/org-archive /home/daniel/.emacs.d/elpa/org-20150518/ob-ref hides /usr/share/emacs24= /site- lisp/org-mode/ob-ref /home/daniel/.emacs.d/elpa/org-20150518/ob-perl hides /usr/share/emacs2= 4/site- lisp/org-mode/ob-perl /home/daniel/.emacs.d/elpa/org-20150518/ox-latex hides=20 /usr/share/emacs24/site-lisp/org-mode/ox-latex /home/daniel/.emacs.d/elpa/org-20150518/org-table hides=20 /usr/share/emacs24/site-lisp/org-mode/org-table /home/daniel/.emacs.d/elpa/org-20150518/ob-java hides /usr/share/emacs2= 4/site- lisp/org-mode/ob-java /home/daniel/.emacs.d/elpa/org-20150518/ob-core hides /usr/share/emacs2= 4/site- lisp/org-mode/ob-core /home/daniel/.emacs.d/elpa/org-20150518/ob-latex hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-latex /home/daniel/.emacs.d/elpa/org-20150518/org-footnote hides=20 /usr/share/emacs24/site-lisp/org-mode/org-footnote /home/daniel/.emacs.d/elpa/org-20150518/org hides /usr/share/emacs24/si= te- lisp/org-mode/org /home/daniel/.emacs.d/elpa/org-20150518/ob-exp hides /usr/share/emacs24= /site- lisp/org-mode/ob-exp /home/daniel/.emacs.d/elpa/org-20150518/ob-picolisp hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-picolisp /home/daniel/.emacs.d/elpa/org-20150518/ob-ruby hides /usr/share/emacs2= 4/site- lisp/org-mode/ob-ruby /home/daniel/.emacs.d/elpa/org-20150518/org-version hides=20 /usr/share/emacs24/site-lisp/org-mode/org-version /home/daniel/.emacs.d/elpa/org-20150518/ob-sh hides /usr/share/emacs24/= site- lisp/org-mode/ob-sh /home/daniel/.emacs.d/elpa/org-20150518/org-element hides=20 /usr/share/emacs24/site-lisp/org-mode/org-element /home/daniel/.emacs.d/elpa/org-20150518/org-macro hides=20 /usr/share/emacs24/site-lisp/org-mode/org-macro /home/daniel/.emacs.d/elpa/org-20150518/ob-screen hides=20 /usr/share/emacs24/site-lisp/org-mode/ob-screen ~/.emacs.d/site-lisp/graphviz-dot-mode hides /usr/share/emacs24/site- lisp/emacs-goodies-el/graphviz-dot-mode /usr/share/org-mode/lisp/htmlize hides /usr/share/emacs24/site-lisp/ema= cs- goodies-el/htmlize /usr/share/emacs/24.4/site-lisp/debian-startup hides /usr/share/emacs/s= ite- lisp/debian-startup /usr/share/emacs/site-lisp/rst hides /usr/share/emacs/24.4/lisp/textmod= es/rst /usr/share/emacs24/site-lisp/dictionaries-common/flyspell hides=20 /usr/share/emacs/24.4/lisp/textmodes/flyspell /usr/share/emacs24/site-lisp/dictionaries-common/ispell hides=20 /usr/share/emacs/24.4/lisp/textmodes/ispell /home/daniel/.emacs.d/elpa/org-20150518/org-mhe hides=20 /usr/share/emacs/24.4/lisp/org/org-mhe /home/daniel/.emacs.d/elpa/org-20150518/ob-js hides=20 /usr/share/emacs/24.4/lisp/org/ob-js /home/daniel/.emacs.d/elpa/org-20150518/ob-haskell hides=20 /usr/share/emacs/24.4/lisp/org/ob-haskell /home/daniel/.emacs.d/elpa/org-20150518/ox-ascii hides=20 /usr/share/emacs/24.4/lisp/org/ox-ascii /home/daniel/.emacs.d/elpa/org-20150518/ob-org hides=20 /usr/share/emacs/24.4/lisp/org/ob-org /home/daniel/.emacs.d/elpa/org-20150518/org-irc hides=20 /usr/share/emacs/24.4/lisp/org/org-irc /home/daniel/.emacs.d/elpa/org-20150518/ob-ocaml hides=20 /usr/share/emacs/24.4/lisp/org/ob-ocaml /home/daniel/.emacs.d/elpa/org-20150518/org-docview hides=20 /usr/share/emacs/24.4/lisp/org/org-docview /home/daniel/.emacs.d/elpa/org-20150518/ob-table hides=20 /usr/share/emacs/24.4/lisp/org/ob-table /home/daniel/.emacs.d/elpa/org-20150518/ob-plantuml hides=20 /usr/share/emacs/24.4/lisp/org/ob-plantuml /home/daniel/.emacs.d/elpa/org-20150518/ob-clojure hides=20 /usr/share/emacs/24.4/lisp/org/ob-clojure /home/daniel/.emacs.d/elpa/org-20150518/ob-dot hides=20 /usr/share/emacs/24.4/lisp/org/ob-dot /home/daniel/.emacs.d/elpa/org-20150518/org-capture hides=20 /usr/share/emacs/24.4/lisp/org/org-capture /home/daniel/.emacs.d/elpa/org-20150518/ox-md hides=20 /usr/share/emacs/24.4/lisp/org/ox-md /home/daniel/.emacs.d/elpa/org-20150518/ox-html hides=20 /usr/share/emacs/24.4/lisp/org/ox-html /home/daniel/.emacs.d/elpa/org-20150518/org-eshell hides=20 /usr/share/emacs/24.4/lisp/org/org-eshell /home/daniel/.emacs.d/elpa/org-20150518/org-plot hides=20 /usr/share/emacs/24.4/lisp/org/org-plot /home/daniel/.emacs.d/elpa/org-20150518/ob-shen hides=20 /usr/share/emacs/24.4/lisp/org/ob-shen /home/daniel/.emacs.d/elpa/org-20150518/org-entities hides=20 /usr/share/emacs/24.4/lisp/org/org-entities /home/daniel/.emacs.d/elpa/org-20150518/ob-emacs-lisp hides=20 /usr/share/emacs/24.4/lisp/org/ob-emacs-lisp /home/daniel/.emacs.d/elpa/org-20150518/ob-asymptote hides=20 /usr/share/emacs/24.4/lisp/org/ob-asymptote /home/daniel/.emacs.d/elpa/org-20150518/ob-octave hides=20 /usr/share/emacs/24.4/lisp/org/ob-octave /home/daniel/.emacs.d/elpa/org-20150518/org-pcomplete hides=20 /usr/share/emacs/24.4/lisp/org/org-pcomplete /home/daniel/.emacs.d/elpa/org-20150518/org-mobile hides=20 /usr/share/emacs/24.4/lisp/org/org-mobile /home/daniel/.emacs.d/elpa/org-20150518/org-attach hides=20 /usr/share/emacs/24.4/lisp/org/org-attach /home/daniel/.emacs.d/elpa/org-20150518/ob-keys hides=20 /usr/share/emacs/24.4/lisp/org/ob-keys /home/daniel/.emacs.d/elpa/org-20150518/org-colview hides=20 /usr/share/emacs/24.4/lisp/org/org-colview /home/daniel/.emacs.d/elpa/org-20150518/ob-C hides=20 /usr/share/emacs/24.4/lisp/org/ob-C /home/daniel/.emacs.d/elpa/org-20150518/ox-publish hides=20 /usr/share/emacs/24.4/lisp/org/ox-publish /home/daniel/.emacs.d/elpa/org-20150518/org-loaddefs hides=20 /usr/share/emacs/24.4/lisp/org/org-loaddefs /home/daniel/.emacs.d/elpa/org-20150518/ob-lilypond hides=20 /usr/share/emacs/24.4/lisp/org/ob-lilypond /home/daniel/.emacs.d/elpa/org-20150518/ob-ledger hides=20 /usr/share/emacs/24.4/lisp/org/ob-ledger /home/daniel/.emacs.d/elpa/org-20150518/org-habit hides=20 /usr/share/emacs/24.4/lisp/org/org-habit /home/daniel/.emacs.d/elpa/org-20150518/ob-lob hides=20 /usr/share/emacs/24.4/lisp/org/ob-lob /home/daniel/.emacs.d/elpa/org-20150518/ob-matlab hides=20 /usr/share/emacs/24.4/lisp/org/ob-matlab /home/daniel/.emacs.d/elpa/org-20150518/org-indent hides=20 /usr/share/emacs/24.4/lisp/org/org-indent /home/daniel/.emacs.d/elpa/org-20150518/ox-icalendar hides=20 /usr/share/emacs/24.4/lisp/org/ox-icalendar /home/daniel/.emacs.d/elpa/org-20150518/ob-comint hides=20 /usr/share/emacs/24.4/lisp/org/ob-comint /home/daniel/.emacs.d/elpa/org-20150518/ob-eval hides=20 /usr/share/emacs/24.4/lisp/org/ob-eval /home/daniel/.emacs.d/elpa/org-20150518/org-bbdb hides=20 /usr/share/emacs/24.4/lisp/org/org-bbdb /home/daniel/.emacs.d/elpa/org-20150518/ob-scheme hides=20 /usr/share/emacs/24.4/lisp/org/ob-scheme /home/daniel/.emacs.d/elpa/org-20150518/org-mouse hides=20 /usr/share/emacs/24.4/lisp/org/org-mouse /home/daniel/.emacs.d/elpa/org-20150518/ob-css hides=20 /usr/share/emacs/24.4/lisp/org/ob-css /home/daniel/.emacs.d/elpa/org-20150518/ob-fortran hides=20 /usr/share/emacs/24.4/lisp/org/ob-fortran /home/daniel/.emacs.d/elpa/org-20150518/ob-scala hides=20 /usr/share/emacs/24.4/lisp/org/ob-scala /home/daniel/.emacs.d/elpa/org-20150518/ob-io hides=20 /usr/share/emacs/24.4/lisp/org/ob-io /home/daniel/.emacs.d/elpa/org-20150518/ob-R hides=20 /usr/share/emacs/24.4/lisp/org/ob-R /home/daniel/.emacs.d/elpa/org-20150518/org-compat hides=20 /usr/share/emacs/24.4/lisp/org/org-compat /home/daniel/.emacs.d/elpa/org-20150518/ox-odt hides=20 /usr/share/emacs/24.4/lisp/org/ox-odt /home/daniel/.emacs.d/elpa/org-20150518/org-install hides=20 /usr/share/emacs/24.4/lisp/org/org-install /home/daniel/.emacs.d/elpa/org-20150518/ob-tangle hides=20 /usr/share/emacs/24.4/lisp/org/ob-tangle /home/daniel/.emacs.d/elpa/org-20150518/org-timer hides=20 /usr/share/emacs/24.4/lisp/org/org-timer /home/daniel/.emacs.d/elpa/org-20150518/org-id hides=20 /usr/share/emacs/24.4/lisp/org/org-id /home/daniel/.emacs.d/elpa/org-20150518/ox-man hides=20 /usr/share/emacs/24.4/lisp/org/ox-man /home/daniel/.emacs.d/elpa/org-20150518/ob-lisp hides=20 /usr/share/emacs/24.4/lisp/org/ob-lisp /home/daniel/.emacs.d/elpa/org-20150518/ob-ref hides=20 /usr/share/emacs/24.4/lisp/org/ob-ref /home/daniel/.emacs.d/elpa/org-20150518/ob-perl hides=20 /usr/share/emacs/24.4/lisp/org/ob-perl /home/daniel/.emacs.d/elpa/org-20150518/ob-mscgen hides=20 /usr/share/emacs/24.4/lisp/org/ob-mscgen /home/daniel/.emacs.d/elpa/org-20150518/ox-beamer hides=20 /usr/share/emacs/24.4/lisp/org/ox-beamer /home/daniel/.emacs.d/elpa/org-20150518/org-gnus hides=20 /usr/share/emacs/24.4/lisp/org/org-gnus /home/daniel/.emacs.d/elpa/org-20150518/org-rmail hides=20 /usr/share/emacs/24.4/lisp/org/org-rmail /home/daniel/.emacs.d/elpa/org-20150518/ox-latex hides=20 /usr/share/emacs/24.4/lisp/org/ox-latex /home/daniel/.emacs.d/elpa/org-20150518/org-macs hides=20 /usr/share/emacs/24.4/lisp/org/org-macs /home/daniel/.emacs.d/elpa/org-20150518/org-info hides=20 /usr/share/emacs/24.4/lisp/org/org-info /home/daniel/.emacs.d/elpa/org-20150518/org-inlinetask hides=20 /usr/share/emacs/24.4/lisp/org/org-inlinetask /home/daniel/.emacs.d/elpa/org-20150518/ob-python hides=20 /usr/share/emacs/24.4/lisp/org/ob-python /home/daniel/.emacs.d/elpa/org-20150518/ob-core hides=20 /usr/share/emacs/24.4/lisp/org/ob-core /home/daniel/.emacs.d/elpa/org-20150518/ob-latex hides=20 /usr/share/emacs/24.4/lisp/org/ob-latex /home/daniel/.emacs.d/elpa/org-20150518/ox-org hides=20 /usr/share/emacs/24.4/lisp/org/ox-org /home/daniel/.emacs.d/elpa/org-20150518/org-footnote hides=20 /usr/share/emacs/24.4/lisp/org/org-footnote /home/daniel/.emacs.d/elpa/org-20150518/org-protocol hides=20 /usr/share/emacs/24.4/lisp/org/org-protocol /home/daniel/.emacs.d/elpa/org-20150518/ox-texinfo hides=20 /usr/share/emacs/24.4/lisp/org/ox-texinfo /home/daniel/.emacs.d/elpa/org-20150518/org-crypt hides=20 /usr/share/emacs/24.4/lisp/org/org-crypt /home/daniel/.emacs.d/elpa/org-20150518/ob hides=20 /usr/share/emacs/24.4/lisp/org/ob /home/daniel/.emacs.d/elpa/org-20150518/ox hides=20 /usr/share/emacs/24.4/lisp/org/ox /home/daniel/.emacs.d/elpa/org-20150518/ob-sql hides=20 /usr/share/emacs/24.4/lisp/org/ob-sql /home/daniel/.emacs.d/elpa/org-20150518/org-clock hides=20 /usr/share/emacs/24.4/lisp/org/org-clock /home/daniel/.emacs.d/elpa/org-20150518/org-faces hides=20 /usr/share/emacs/24.4/lisp/org/org-faces /home/daniel/.emacs.d/elpa/org-20150518/ob-picolisp hides=20 /usr/share/emacs/24.4/lisp/org/ob-picolisp /home/daniel/.emacs.d/elpa/org-20150518/org-agenda hides=20 /usr/share/emacs/24.4/lisp/org/org-agenda /home/daniel/.emacs.d/elpa/org-20150518/ob-calc hides=20 /usr/share/emacs/24.4/lisp/org/ob-calc /home/daniel/.emacs.d/elpa/org-20150518/ob-ditaa hides=20 /usr/share/emacs/24.4/lisp/org/ob-ditaa /home/daniel/.emacs.d/elpa/org-20150518/org-bibtex hides=20 /usr/share/emacs/24.4/lisp/org/org-bibtex /home/daniel/.emacs.d/elpa/org-20150518/org-version hides=20 /usr/share/emacs/24.4/lisp/org/org-version /home/daniel/.emacs.d/elpa/org-20150518/ob-ruby hides=20 /usr/share/emacs/24.4/lisp/org/ob-ruby /home/daniel/.emacs.d/elpa/org-20150518/ob-sass hides=20 /usr/share/emacs/24.4/lisp/org/ob-sass /home/daniel/.emacs.d/elpa/org-20150518/org-feed hides=20 /usr/share/emacs/24.4/lisp/org/org-feed /home/daniel/.emacs.d/elpa/org-20150518/ob-sh hides=20 /usr/share/emacs/24.4/lisp/org/ob-sh /home/daniel/.emacs.d/elpa/org-20150518/org-element hides=20 /usr/share/emacs/24.4/lisp/org/org-element /home/daniel/.emacs.d/elpa/org-20150518/ob-exp hides=20 /usr/share/emacs/24.4/lisp/org/ob-exp /home/daniel/.emacs.d/elpa/org-20150518/org-ctags hides=20 /usr/share/emacs/24.4/lisp/org/org-ctags /home/daniel/.emacs.d/elpa/org-20150518/org-macro hides=20 /usr/share/emacs/24.4/lisp/org/org-macro /home/daniel/.emacs.d/elpa/org-20150518/ob-sqlite hides=20 /usr/share/emacs/24.4/lisp/org/ob-sqlite /home/daniel/.emacs.d/elpa/org-20150518/org-archive hides=20 /usr/share/emacs/24.4/lisp/org/org-archive /home/daniel/.emacs.d/elpa/org-20150518/org-list hides=20 /usr/share/emacs/24.4/lisp/org/org-list /home/daniel/.emacs.d/elpa/org-20150518/ob-gnuplot hides=20 /usr/share/emacs/24.4/lisp/org/ob-gnuplot /home/daniel/.emacs.d/elpa/org-20150518/org hides=20 /usr/share/emacs/24.4/lisp/org/org /home/daniel/.emacs.d/elpa/org-20150518/org-src hides=20 /usr/share/emacs/24.4/lisp/org/org-src /home/daniel/.emacs.d/elpa/org-20150518/org-datetree hides=20 /usr/share/emacs/24.4/lisp/org/org-datetree /home/daniel/.emacs.d/elpa/org-20150518/org-table hides=20 /usr/share/emacs/24.4/lisp/org/org-table /home/daniel/.emacs.d/elpa/org-20150518/org-w3m hides=20 /usr/share/emacs/24.4/lisp/org/org-w3m /home/daniel/.emacs.d/elpa/org-20150518/ob-screen hides=20 /usr/share/emacs/24.4/lisp/org/ob-screen /home/daniel/.emacs.d/elpa/org-20150518/ob-awk hides=20 /usr/share/emacs/24.4/lisp/org/ob-awk /home/daniel/.emacs.d/elpa/org-20150518/ob-makefile hides=20 /usr/share/emacs/24.4/lisp/org/ob-makefile /home/daniel/.emacs.d/elpa/org-20150518/ob-maxima hides=20 /usr/share/emacs/24.4/lisp/org/ob-maxima /home/daniel/.emacs.d/elpa/org-20150518/ob-java hides=20 /usr/share/emacs/24.4/lisp/org/ob-java /usr/share/emacs24/site-lisp/latex-cjk-thai/thai-word hides=20 /usr/share/emacs/24.4/lisp/language/thai-word /usr/share/emacs24/site-lisp/auctex/bib-cite hides /usr/share/emacs/sit= e- lisp/auctex/bib-cite /usr/share/emacs24/site-lisp/auctex/context-en hides /usr/share/emacs/s= ite- lisp/auctex/context-en /usr/share/emacs24/site-lisp/auctex/tex-bar hides /usr/share/emacs/site= =2D lisp/auctex/tex-bar /usr/share/emacs24/site-lisp/auctex/tex-jp hides /usr/share/emacs/site-= lisp/auctex/tex-jp /usr/share/emacs24/site-lisp/auctex/texmathp hides /usr/share/emacs/sit= e- lisp/auctex/texmathp /usr/share/emacs24/site-lisp/auctex/font-latex hides /usr/share/emacs/s= ite- lisp/auctex/font-latex /usr/share/emacs24/site-lisp/auctex/context hides /usr/share/emacs/site= =2D lisp/auctex/context /usr/share/emacs24/site-lisp/auctex/latex hides /usr/share/emacs/site- lisp/auctex/latex /usr/share/emacs24/site-lisp/auctex/plain-tex hides /usr/share/emacs/si= te- lisp/auctex/plain-tex /usr/share/emacs24/site-lisp/auctex/prv-emacs hides /usr/share/emacs/si= te- lisp/auctex/prv-emacs /usr/share/emacs24/site-lisp/auctex/tex-info hides /usr/share/emacs/sit= e- lisp/auctex/tex-info /usr/share/emacs24/site-lisp/auctex/tex-style hides /usr/share/emacs/si= te- lisp/auctex/tex-style /usr/share/emacs24/site-lisp/auctex/tex hides /usr/share/emacs/site- lisp/auctex/tex /usr/share/emacs24/site-lisp/auctex/preview hides /usr/share/emacs/site= =2D lisp/auctex/preview /usr/share/emacs24/site-lisp/auctex/multi-prompt hides /usr/share/emacs= /site- lisp/auctex/multi-prompt /usr/share/emacs24/site-lisp/auctex/tex-mik hides /usr/share/emacs/site= =2D lisp/auctex/tex-mik /usr/share/emacs24/site-lisp/auctex/tex-fold hides /usr/share/emacs/sit= e- lisp/auctex/tex-fold /usr/share/emacs24/site-lisp/auctex/tex-font hides /usr/share/emacs/sit= e- lisp/auctex/tex-font /usr/share/emacs24/site-lisp/auctex/tex-buf hides /usr/share/emacs/site= =2D lisp/auctex/tex-buf /usr/share/emacs24/site-lisp/auctex/toolbar-x hides /usr/share/emacs/si= te- lisp/auctex/toolbar-x /usr/share/emacs24/site-lisp/auctex/context-nl hides /usr/share/emacs/s= ite- lisp/auctex/context-nl 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 mail-utils eieio-opt speedbar sb-image ezimage dframe help-mode tramp-cache sh-script smie info package epg-config ox-taskjuggler ox-org ox-odt ox-md ox-latex ox-icalendar ox-html ox-ascii ox-publish ox org-element ob-dot 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 find-func cal-menu calendar cal-loaddefs edmacro kmacro rng-nxml rng-valid rng-loc rng-uri rng-parse nxml-parse rng-matc= h rng-dt rng-util rng-pttrn nxml-ns nxml-mode nxml-outln nxml-rap nxml-util nxml-glyph nxml-enc xmltok sgml-mode taskjuggler-mode skeleto= n textile-mode derived graphviz-dot-mode server paren savehist cus-start cus-load pylint tramp tramp-compat auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core gnus-util mm-util mail-prsvr password-cache tramp-loaddefs cl-macs trampver org-install mmm-auto mmm-vars mmm-compat cl gv cl-loaddefs cl-lib 50magit ido ess-toolbar ess-mouse mouseme thingatpt browse-url ess-menu ess-swv ess-noweb ess-noweb-font-lock-mode ess-bugs-l essd-els ess-sas-d ess-sas-l ess-sas-a shell pcomplete ess-sta-d ess-sta-l cc-vars cc-defs make-regexp ess-sp6-d ess-sp3-d ess-julia ess-r-d ess-r-completion compile ess-tracebug format-spec ess-roxy advice hideshow ess-help ess-developer eldoc help-fns ess-s-l ess ess-inf comint ansi-color ring= ess-mode ess-noweb-mode ess-utils ess-custom executable easymenu ess-compat ess-site emacs-goodies-el emacs-goodies-custom emacs-goodies-loaddefs easy-mmode preview-latex tex-site auto-loads time-date tooltip 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 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 306093 17112) (symbols 48 39925 0) (miscs 40 94 252) (strings 32 81420 10712) (string-bytes 1 2408423) (vectors 16 29571) (vector-slots 8 613174 7306) (floats 8 184 389) (intervals 56 12817 0) (buffers 960 15) (heap 1024 48827 1634)) =2D-=20 Max-Planck-Institute for Dynamics and Self-Organization Research Group Biomedical Physics Am Fassberg 17 D-37077 Goettingen (+49) 551 5176 373 You can obtain my public key 0xF197B128 from all keyservers, e.g. pgp.m= it.edu Fingerprint: 9698 BDD4 71CC 1274 B7E2 2049 1EDD 012D F197 B128 --nextPart15420486.rLrE9aAUQV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJVdtiQAAoJEB7dAS3xl7EoPucP/jk+TXjfl3j9UksA6f0+bDkj ckWxaTJaYXxeS/4D4+1LW4fX3AxOBKJnsua3QRRvJl3paN6ZwUvlbq0Ty6nNY3Ss zn4GdhEmYXXqvuHNNBbU3OEhfWq+xA6p65zsHJGYaVkIuJcTyQ0xloL7OOVmxY2p vYuaD/2zC1vM4eWyHLejVu7xrj0Rbe7AstQH5hIBwamW6V8I42HKHA/S1u/ulNdx MnUODZ8gBTtIiQ3UAcWuLKBfSI5VQ/KI1tQACXNgNptrmKRTSZmnYCuMBuLqbmYL +fgFweWOv2z9cRq7Ho6I7O9eUOhvRGnf8XeDq12ZVVuP4NZfIVt2GFxi1RETvIFV aBgllFNnGu/dJcsjDnWHudp4tuDAaWq3/+sUanNe7yzgCSU8FTFUJKjhE8Ztdky+ 5gA7lSvlMl82YI/xFCJuufWHfeSuKW+drxohJlDr2v0K18hxNPZfbTpbs900KZbN tKMCPvxyZrTQs9UOqTTGtIFACA9K1dC+oJx7FIu3/G+zjRlvGjlW3UnNdpH577ok AAXKzHzKSmWBFsrPR2bt7yh8ahfj0/swi/V7UJtGQh2nAIA0iHDt6B2bmJqfr1ND XQhzbFhG3Ko3vMEgxWHaxIwVKZ6MRnho/w1b/tKeKalZvGvJFGByXSH4BtkqCswn m7IwLnZI+iwRXqoehYNN =Bktz -----END PGP SIGNATURE----- --nextPart15420486.rLrE9aAUQV-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 09 12:40:44 2015 Received: (at control) by debbugs.gnu.org; 9 Jun 2015 16:40:44 +0000 Received: from localhost ([127.0.0.1]:46412 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z2MZv-0000kK-Au for submit@debbugs.gnu.org; Tue, 09 Jun 2015 12:40:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44428) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z2MZt-0000k6-0f for control@debbugs.gnu.org; Tue, 09 Jun 2015 12:40:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2MZm-0002x6-Vi for control@debbugs.gnu.org; Tue, 09 Jun 2015 12:40:35 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2MZm-0002x2-SH for control@debbugs.gnu.org; Tue, 09 Jun 2015 12:40:34 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1Z2MZm-000279-KA for control@debbugs.gnu.org; Tue, 09 Jun 2015 12:40:34 -0400 Subject: control message for bug 20777 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Tue, 09 Jun 2015 12:40:34 -0400 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control 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: -5.0 (-----) found 20777 24.5 severity 20777 minor tag 20777 confirmed From debbugs-submit-bounces@debbugs.gnu.org Wed May 26 19:38:56 2021 Received: (at 20777) by debbugs.gnu.org; 26 May 2021 23:38:56 +0000 Received: from localhost ([127.0.0.1]:50327 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lm372-0003qD-25 for submit@debbugs.gnu.org; Wed, 26 May 2021 19:38:56 -0400 Received: from quimby.gnus.org ([95.216.78.240]:35818) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lm370-0003py-D4 for 20777@debbugs.gnu.org; Wed, 26 May 2021 19:38:55 -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=fJAD48IZiZYIvSr4/oFLiLHQr8qBCe47CJJDRvvAC/c=; b=g/HWfta04nN3W4QjUFiDaWWf11 tQU1TzHYu3jKyRZZA++BC7JJrOhT8N9b9F6KGgUHKcYq/zFzllSU4d8m8UNNSvONf8qwo5ffXdjgs wJQ0P5Am1xsEFdnqrVRbM9PDEC5thDQuGXZDB1XQfpkC/krLLoBcXGqol6zkXvhIu8wg=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lm36s-0004jL-13; Thu, 27 May 2021 01:38:48 +0200 From: Lars Ingebrigtsen To: Daniel Hornung Subject: Re: bug#20777: 24.4; sh-mode: fill-paragraph does not recognize EOF References: <12154011.SxuHhXH5n9@tiersen> X-Now-Playing: Floorplan's _Fabriclive 96 Mixed by Skream_: "Made Up My Mind" Date: Thu, 27 May 2021 01:38:44 +0200 In-Reply-To: <12154011.SxuHhXH5n9@tiersen> (Daniel Hornung's message of "Tue, 9 Jun 2015 14:14:02 +0200") Message-ID: <87wnrl5am3.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: Daniel Hornung writes: > In sh-mode, upon typing "<<", bracketing pairs of "EOF" are created > automatically in order to allow creation of a here document. > Unfortunately the fill-paragraph command, when used inside the co [...] 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: 20777 Cc: 20777@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 (-) Daniel Hornung writes: > In sh-mode, upon typing "<<", bracketing pairs of "EOF" are created > automatically in order to allow creation of a here document. > Unfortunately the fill-paragraph command, when used inside the correctly > syntax-highlighted here file region, will not take the trailing "EOF" > into account as a delimiter, but takes this and the following lines to > be ordinary text, thus garbling the content of the shell script. (I'm going through old bug reports that unfortunately got no response at the time.) Test case: echo <) id 1nnfoS-0007vR-5d for submit@debbugs.gnu.org; Sun, 08 May 2022 08:15:00 -0400 Received: from quimby.gnus.org ([95.216.78.240]:58494) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnfoQ-0007vD-7w for 20777@debbugs.gnu.org; Sun, 08 May 2022 08:14:58 -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=pqHa+vXPm4CqmFEvFolgakWN6czOjGG67PQb4mYxpKI=; b=DJlQcoeCfWMWMid518X8yiNsA3 CoOiHeLEivuOHK/5YXomQnNuA/6pwTS7wU6sguCDspacPcFlrTiWcqpZu99759pWnWvOgDMEaKKKe wLTocGWdtPQ/XSdbHw6tR/Y+YU5/uNOr6KikZJP2laB9MdjD3JyomieW/npZfGQN3leI=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nnfoH-0008Eg-Kt; Sun, 08 May 2022 14:14:51 +0200 From: Lars Ingebrigtsen To: Daniel Hornung Subject: Re: bug#20777: 24.4; sh-mode: fill-paragraph does not recognize EOF References: <12154011.SxuHhXH5n9@tiersen> <87wnrl5am3.fsf@gnus.org> X-Now-Playing: Nina Simone's _The Montreux Years (1)_: "Liberian Calypso (Live At Casino Montreux, 13th July 1990)" Date: Sun, 08 May 2022 14:14:49 +0200 In-Reply-To: <87wnrl5am3.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 27 May 2021 01:38:44 +0200") Message-ID: <875ymgjk5i.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.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: Lars Ingebrigtsen writes: > Which is certainly odd, but... > > echo foo > echo foo > echo foo > > M-q on that and you get > > echo foo echo foo echo foo > > That is, it's not clear that `M-q' in shell mode is that well defined [...] 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: 20777 Cc: 20777@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 (---) Lars Ingebrigtsen writes: > Which is certainly odd, but... > > echo foo > echo foo > echo foo > > M-q on that and you get > > echo foo echo foo echo foo > > That is, it's not clear that `M-q' in shell mode is that well defined, > and what it does in EOF sections isn't inconsistent with what it does > elsewhere... > > Anybody got an opinion? I think the conclusion here is that (as in most programming modes), filling isn't really implemented at all -- using the filling commands in most programming modes won't fill according to the syntax rules of the language. So this just isn't something we support (until somebody does filling based on LSP/tree-sitter), so I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun May 08 08:15:04 2022 Received: (at control) by debbugs.gnu.org; 8 May 2022 12:15:04 +0000 Received: from localhost ([127.0.0.1]:53576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnfoW-0007wO-Cn for submit@debbugs.gnu.org; Sun, 08 May 2022 08:15:04 -0400 Received: from quimby.gnus.org ([95.216.78.240]:58508) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnfoU-0007vI-CP for control@debbugs.gnu.org; Sun, 08 May 2022 08:15:02 -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=V4Z7LU4D/44Jjb1w9otrYH0Mqb0tprNjuHdwVVixS98=; b=QsdRhMblm08iIFBYSjza5RXFpA KpnvkmABNnIRCronnh39Girrz6i28ZBdVm5gGPWKuW9AxukEbvJx+62+fuQsPcydHCJPL2NnvXGg0 GMIlPuPzzIZt/hvqcl35Bmzj6L8MNWf+30pmLbH+uzKvs+RumVexAgDELZm5ccxSrLLc=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nnfoN-0008En-2w for control@debbugs.gnu.org; Sun, 08 May 2022 14:14:56 +0200 Date: Sun, 08 May 2022 14:14:53 +0200 Message-Id: <874k20jk5e.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #20777 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 20777 wontfix close 20777 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 (---) tags 20777 wontfix close 20777 quit From unknown Wed Jun 25 03:53:34 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, 06 Jun 2022 11:24:13 +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