From unknown Fri Sep 05 08:41:08 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#20359 <20359@debbugs.gnu.org> To: bug#20359 <20359@debbugs.gnu.org> Subject: Status: Indentation bug in newest version of AUCTeX Reply-To: bug#20359 <20359@debbugs.gnu.org> Date: Fri, 05 Sep 2025 15:41:08 +0000 retitle 20359 Indentation bug in newest version of AUCTeX reassign 20359 auctex submitter 20359 Peter Harpending severity 20359 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 17 11:31:28 2015 Received: (at submit) by debbugs.gnu.org; 17 Apr 2015 15:31:28 +0000 Received: from localhost ([127.0.0.1]:59146 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yj8Ep-0007YE-RT for submit@debbugs.gnu.org; Fri, 17 Apr 2015 11:31:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34061) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yj82k-00071A-45 for submit@debbugs.gnu.org; Fri, 17 Apr 2015 11:18:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yj82d-0007Rj-Gk for submit@debbugs.gnu.org; Fri, 17 Apr 2015 11:18:52 -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_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj82d-0007Re-EH for submit@debbugs.gnu.org; Fri, 17 Apr 2015 11:18:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj82c-0006Oo-IZ for bug-auctex@gnu.org; Fri, 17 Apr 2015 11:18:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yj82Z-0007KD-9a for bug-auctex@gnu.org; Fri, 17 Apr 2015 11:18:50 -0400 Received: from sub4.mail.dreamhost.com ([69.163.253.135]:43005 helo=homiemail-a96.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj82Z-0007G2-0p for bug-auctex@gnu.org; Fri, 17 Apr 2015 11:18:47 -0400 Received: from homiemail-a96.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a96.g.dreamhost.com (Postfix) with ESMTP id DF24F3B8079 for ; Fri, 17 Apr 2015 08:18:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=harpending.org; h=date :from:to:subject:message-id:mime-version:content-type; s= harpending.org; bh=38sjwb30wWKRFmkXq6si0GR8sWA=; b=chY2aNc5sZ1CI /F6zw4qWn7CDhkTgGlxl6XTzXnLb5SxYkseeP8DUpKDRrZtIJffonAshHCeDQTpt lWODvbenXDL9qQpP1nXXpijUjZTcUO0YZxeQhZIkrHAWg2y9Ias6HJKJJFHYmfOO 7bJdcXhH1VYy3ZLqqj8TMqCAbH8DdQ= Received: from valentine (unknown [173.192.170.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: peter@harpending.org) by homiemail-a96.g.dreamhost.com (Postfix) with ESMTPSA id 5918C3B8072 for ; Fri, 17 Apr 2015 08:18:44 -0700 (PDT) Date: Fri, 17 Apr 2015 09:14:38 -0600 From: Peter Harpending To: bug-auctex@gnu.org Subject: Indentation bug in newest version of AUCTeX Message-ID: <20150417151438.GA12907@valentine> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] 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: Fri, 17 Apr 2015 11:31:27 -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 (-----) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hello there, I have the newest version of AUCTeX available on Melpa/Elpa/online, which is 11.88.4. I just updated it yesterday; I'm not sure what version I had before. Before, running fill-paragraph on my various paragraphs would indent my file like so: http://ix.io/hWy Now, it's doing this: http://ix.io/hWz. Notice the lack of indentation following the \item, and such. I haven't changed any of the LaTeX variables. My LaTeX-indent-level is 2. Thank you, Peter Harpending -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJVMSNcAAoJEMl2w1bBwRCrw8EP/RUI/Xrmc+xd1fW9yxvtd79D DaYT0/9eQZ+8oPy2g908R/wsGYt1Dzfdn4xS8Yx5EGcKShrRF4CXWl+2WKvRdiSf h6Zrdf1eQ0W+YGEFQsGBJRs5I6dlY51BzUxPF1eMD6YDO9eC+fr4W8GyUW9kjMjS DlDpzsBPp+Z72MYQZM0B2lVChhCg5xJvSZJech93fIv5eUClPv2ENI+ykM/NMoXn 5wF+uxWO22LxvSIL4niT5JGq6zfzQ6++LBqsIOA1zSyGXoK5zB7fvDY9nUtB4gRD jjIM91mrDDfP0zgwdnPbLd9RD62TgIpq5UD0XbodVBNjWum0Q52nOieH6sLkuerD br7a6xs/mER1lY6Ck1WbDmZgvTa5XrQrVnabf5qUYkasJjqGgu83YymK2OzUThjP Sox8/c0FBkW407EoPOMnt1+J9OOBKvKkt6GLbbT+I8X+OxxxSQynQfqDFlgwOYAI cXmIsVJEscWkyL+2uJihoh7PzjKjyNvjq5JoefRxlD7evSZ5DnCuLBtUpgEwiaFR JrfePBG/D0qMv8l4/Cu/TNXLJRQLTcaEwQJWZBNFg5ev+ZSIEzVecL0PCGdXhSE5 aWN+hGt8TSfHhQBCqCD7JPhetLHcq5idxfaIkJAaCtNwAD3AxqlD5UUNBERZVwFs H+KquYmqG+wmkvAWFSwq =J7ce -----END PGP SIGNATURE----- From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 17 12:40:15 2015 Received: (at 20359) by debbugs.gnu.org; 17 Apr 2015 16:40:15 +0000 Received: from localhost ([127.0.0.1]:59257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yj9JO-0004uw-5w for submit@debbugs.gnu.org; Fri, 17 Apr 2015 12:40:14 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:45253 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yj9JL-0004ul-Cv for 20359@debbugs.gnu.org; Fri, 17 Apr 2015 12:40:11 -0400 Received: from mail-ig0-f171.google.com ([209.85.213.171]:35804) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1Yj9JK-0001WN-Sl for 20359@debbugs.gnu.org; Fri, 17 Apr 2015 12:40:11 -0400 Received: by igbyr2 with SMTP id yr2so16326426igb.0 for <20359@debbugs.gnu.org>; Fri, 17 Apr 2015 09:40:10 -0700 (PDT) X-Received: by 10.43.6.65 with SMTP id oj1mr4352517icb.75.1429288810186; Fri, 17 Apr 2015 09:40:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.216.71 with HTTP; Fri, 17 Apr 2015 09:39:29 -0700 (PDT) In-Reply-To: <20150417151438.GA12907@valentine> References: <20150417151438.GA12907@valentine> From: =?UTF-8?Q?Mos=C3=A8_Giordano?= Date: Fri, 17 Apr 2015 18:39:29 +0200 Message-ID: Subject: Re: bug#20359: Indentation bug in newest version of AUCTeX To: Peter Harpending Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 20359 Cc: 20359@debbugs.gnu.org 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 (-----) Hi Peter, 2015-04-17 17:14 GMT+02:00 Peter Harpending : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > Hello there, > > I have the newest version of AUCTeX available on Melpa/Elpa/online, > which is 11.88.4. I just updated it yesterday; I'm not sure what version > I had before. > > Before, running fill-paragraph on my various paragraphs would indent my > file like so: http://ix.io/hWy > > Now, it's doing this: http://ix.io/hWz. Notice the lack of indentation > following the \item, and such. I haven't changed any of the LaTeX > variables. My LaTeX-indent-level is 2. > > Thank you, > > Peter Harpending How do you fill your paragraphs? Do you select all of them at once and then issue M-q or do you do it one by one? I can reproduce your problem if I try to fill all the paragraphs together, but works as expected when I fill just one paragraph (which is what I usually do). I can reproduce this behavior also in AUCTeX 11.87, so it's not even so new. Bye, Mos=C3=A8 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 18 22:45:40 2015 Received: (at 20359) by debbugs.gnu.org; 19 Apr 2015 02:45:41 +0000 Received: from localhost ([127.0.0.1]:60332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YjfEq-0003MT-EE for submit@debbugs.gnu.org; Sat, 18 Apr 2015 22:45:40 -0400 Received: from sub4.mail.dreamhost.com ([69.163.253.135]:40923 helo=homiemail-a88.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YjfEn-0003MK-GN for 20359@debbugs.gnu.org; Sat, 18 Apr 2015 22:45:38 -0400 Received: from homiemail-a88.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a88.g.dreamhost.com (Postfix) with ESMTP id 82258264087; Sat, 18 Apr 2015 19:45:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=harpending.org; h=date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=harpending.org; bh=rpTnJUkI7JOfJUPN HhVUAahxq6Q=; b=cbDaJDMyiSxQyi7Z6a9oPg3vt+JSiAJ1tfo0KgASxL2IGpNr DSsKx2YZMT3JioNhNnv0cjdnPUQqaOQ8wwWWkhp1p1C0ULU7OzIszJQW5oarFP0g teMyLM8+VRw1fAoHwncYr/3/Hq0rN1sQJWiPSOtnjsFa0WN/3BBUthQ0pLY= Received: from valentine (unknown [173.192.170.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: peter@harpending.org) by homiemail-a88.g.dreamhost.com (Postfix) with ESMTPSA id 3951426406B; Sat, 18 Apr 2015 19:45:36 -0700 (PDT) Date: Sat, 18 Apr 2015 20:41:29 -0600 From: Peter Harpending To: =?iso-8859-1?Q?Mos=E8?= Giordano Subject: Re: bug#20359: Indentation bug in newest version of AUCTeX Message-ID: <20150419024129.GA9630@valentine> References: <20150417151438.GA12907@valentine> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 20359 Cc: 20359@debbugs.gnu.org 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: 0.0 (/) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Another example: Before this bug: http://ix.io/hYH After this bug: http://ix.io/hYI I should have mentioned, I'm on GNU Emacs 24.4.1 on Arch Linux. > How do you fill your paragraphs? Do you select all of them at once > and then issue M-q or do you do it one by one? I discovered this by running M-q on individual paragraphs, but I observe the same behavior with LaTeX-fill-buffer. * I get similar behavior after uninstalling AUCTeX. The same issue occurs with \item's, but Emacs is no longer unindenting in other environments. * I get the same behavior after installing AUCTeX 11.88 manually. * I get the same behavior after installing AUCTeX 11.88 through the Arch Linux package system. * I get the same behavior after installing AUCTeX 11.87 manually. * I get the same behavior after installing AUCTeX 11.86 manually. I would be inclined to think that this is an Emacs bug, but I haven't updated Emacs since January 27, and this bug showed up yesterday (April 17). However: I know this is not a problem with GNU Emacs, because I last updated that in January, and this problem showed up yesterday after I updated my ELPA packages. Peter Harpending -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJVMxXXAAoJEMl2w1bBwRCrHhQQAKs+SvvfYKyCe6R1lk3ALAVm muY0zawM3/lZ4Tr5DejuFLC4HBDudWXGNqkFGXoR9Pc5tgTxscXKssODrfGBN4gn knv6R/Y00xybH6wmIh+lGvy5X0G2r66tZKRjQ2IyjPtm1g/872O9dK5/Wy9ORirg JOdjZ/n52x+jrK0HeehbE940OtKuQX6lTgvR29s54OjePPMjX9LiL3RKPyzH7NTs HnaYR4MgmDOgnpckQ7CD9dPrBvQyY55KYA03oiIko5dGFp0eFIkgaJEoljfn++02 VIgN/v/4+uhWMBJmwiArPhBwRf4UKqquQHA/tbcdjcCiuLduu3JvEQndL2+0QxkB 9+uXS2o187zccG6l5V9GJmdELmlU9VXdGokIK+oZwx37jFTqaQU79gyvIk9YETwd UOY6+Wiusep0sNRRGaHgivF5vbxa3eDDfuG3JcAccb96+2cwBCQAxEqDKBVhTLpY gVWJ32GeK0kMSVhbaTnGiGrDaZaRpAz/pxkQ4/260R7aKapImB5CSe1yVr79UFch IDeNB5B37eXmVcy31qtF1Ow+3YBv1DlS2bQjqCNVcBMiu+nJTOV55Fa60Mtwp88+ AA+9mbLItbRRdPhbwWy4wdb6FBHmq2iGphtVSqADOeL+lRyrayhn74Bp/Wjpmhi6 LPKXdm6/ZwiRGLWOD9nb =dNR1 -----END PGP SIGNATURE----- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 23 21:15:14 2015 Received: (at 20359) by debbugs.gnu.org; 24 Apr 2015 01:15:14 +0000 Received: from localhost ([127.0.0.1]:38135 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YlSD3-0003xA-JP for submit@debbugs.gnu.org; Thu, 23 Apr 2015 21:15:14 -0400 Received: from sub4.mail.dreamhost.com ([69.163.253.135]:38772 helo=homiemail-a25.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YlSD0-0003wy-8j for 20359@debbugs.gnu.org; Thu, 23 Apr 2015 21:15:11 -0400 Received: from homiemail-a25.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a25.g.dreamhost.com (Postfix) with ESMTP id 43850678062 for <20359@debbugs.gnu.org>; Thu, 23 Apr 2015 18:15:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=harpending.org; h=date :from:to:subject:message-id:mime-version:content-type; s= harpending.org; bh=AHsriJSkfU+Sgm3fJCvYrisRdpI=; b=H+qKaXxt5FWRj oDgudCOJcOi++z7ogwDJ527p5CW/pk7YQpffg//kUOy3ncgedEDdT3mKoj1GmNoo Tf0JKv+KVaOtN/Z/wa8udLotzYEAt+Oza/g6GMTdhpTrPlGsDIxUY9oy+m+heT0u Xvic5kwjj9GbI6RkGZ9y+7n5UcF3Q4= Received: from valentine (unknown [173.192.176.166]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: peter@harpending.org) by homiemail-a25.g.dreamhost.com (Postfix) with ESMTPSA id 0E22E678057 for <20359@debbugs.gnu.org>; Thu, 23 Apr 2015 18:15:08 -0700 (PDT) Date: Thu, 23 Apr 2015 19:10:51 -0600 From: Peter Harpending To: 20359@debbugs.gnu.org Subject: More testing Message-ID: <20150424011051.GA28781@valentine> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 20359 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: 0.0 (/) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I did some more testing. Input \begin{itemize} \item If you tap your finger against a bridge at exactly the right frequency, the bridge will collapse. (Resonance) \item The formula used to calculate the interest rate on your mortgage is actually just a fancy form of the ratios of angles in a triangle. (Euler's formula) \end{itemize} AUCTeX \begin{itemize} \item If you tap your finger against a bridge at exactly the right frequency, the bridge will collapse. (Resonance) \item The formula used to calculate the interest rate on your mortgage is actually just a fancy form of the ratios of angles in a triangle. (Euler's formula) \end{itemize} plain latex-mode \begin{itemize} \item If you tap your finger against a bridge at exactly the right frequency, the bridge will collapse. (Resonance) \item The formula used to calculate the interest rate on your mortgage is actually just a fancy form of the ratios of angles in a triangle. (Euler's formula) \end{itemize} Input \begin{enumerate} \item First item \begin{itemize} \item If you tap your finger against a bridge at exactly the right frequency, the bridge will collapse. (Resonance) \item The formula used to calculate the interest rate on your mortgage is actually just a fancy form of the ratios of angles in a triangle. (Euler's formula) \end{itemize} \end{enumerate} AUCTeX \begin{enumerate} \item First item \begin{itemize} \item If you tap your finger against a bridge at exactly the right frequency, the bridge will collapse. (Resonance) \item The formula used to calculate the interest rate on your mortgage is actually just a fancy form of the ratios of angles in a triangle. (Euler's formula) \end{itemize} \end{enumerate} plain latex-mode \begin{enumerate} \item First item \begin{itemize} \item If you tap your finger against a bridge at exactly the right frequency, the bridge will collapse. (Resonance) \item The formula used to calculate the interest rate on your mortgage is actually just a fancy form of the ratios of angles in a triangle. (Euler's formula) \end{itemize} \end{enumerate} The value of `fill-paragraph-function` is `LaTeX-fill-paragraph`, which is an AUCTeX function. I'm not an expert on the code base, but, I think LaTeX-fill-paragraph is forgetting to do its indentation job. Peter -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJVOZgZAAoJEMl2w1bBwRCrIXUQAN0s1tcth4M3WOXvWWx3G6eQ uXZ8nulBgJxTKMRiSXlw9O6X2DHQiBke4qV6WQeR7g7x2cDDKabW9PxsGr7pOh2n FcMCoNHpjQqS39KKkY2LHB1DOBpnwltHpvY1qkvpzO+bs+ZA1LlQNPQinp6pJRfT nvf3BT5xyDrgSzFFdK0mDWktS1crN+h8zw/o5Ce47l4opN+g45HIFvEFZxTPwP8G cHeRljvsLWAUQpzURjF/3ul+q9+DAMAzx0qd5MhMwuGUwr43GW0iKWpVQYg9pEH+ EyTb9LoOVtNcoab/Gj9WZf+uh4Aosf5XWQWrMAcFkvAJaLZrDXUr669vqE4TL0qR WxJSDYHem4vhRmJxoqAKG45fXkwhtiucfz/Rz1D7oHnccN9imw8fvzsKcQwc7z02 OYXY4hL40NzgDOq6cH1rXGguMc3kMSrBSWVnucNxKuGFi8mcNR94mJ59ASV97ri1 P6xLr6cXQf/6/Wq2uOPJ1aNSrsi7SGHMq1KF/y5vHwxsnt8clG1DrKK8cB5aImFE D2fEOfeDWoE4F6e3Fve9rILAXcBlO6MdJk3UjErIAUc179pXWQCyzaaQF+O6sIZp BVDNZ6f7XfvZxKX7O0W07DRa38ZVjA4c2S9uRVeneK5vo8oQvD9WEHDgzGMF5Qgq z3F4lc3Qdx/hmrpseQXq =y0Vo -----END PGP SIGNATURE----- From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 24 02:30:48 2015 Received: (at 20359) by debbugs.gnu.org; 24 Apr 2015 06:30:48 +0000 Received: from localhost ([127.0.0.1]:38253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YlX8R-00034f-DO for submit@debbugs.gnu.org; Fri, 24 Apr 2015 02:30:47 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:49637 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YlX8P-00034W-5a for 20359@debbugs.gnu.org; Fri, 24 Apr 2015 02:30:45 -0400 Received: from localhost ([127.0.0.1]:33892 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlX8N-0000KE-V9; Fri, 24 Apr 2015 02:30:44 -0400 Received: by lola (Postfix, from userid 1000) id 2517DE056A; Fri, 24 Apr 2015 08:30:31 +0200 (CEST) From: David Kastrup To: Peter Harpending Subject: Re: bug#20359: More testing References: <20150417151438.GA12907@valentine> <20150424011051.GA28781@valentine> Date: Fri, 24 Apr 2015 08:30:31 +0200 In-Reply-To: <20150424011051.GA28781@valentine> (Peter Harpending's message of "Thu, 23 Apr 2015 19:10:51 -0600") Message-ID: <87383qhwc8.fsf@fencepost.gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 20359 Cc: 20359@debbugs.gnu.org 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 (-----) Peter Harpending writes: > AUCTeX > > \begin{itemize} > \item If you tap your finger against a bridge at exactly the right > frequency, the bridge will collapse. (Resonance) > > \item The formula used to calculate the interest rate on your mortgage > is actually just a fancy form of the ratios of angles in a > triangle. (Euler's formula) > \end{itemize} What happens if you call Emacs with emacs -debug-init ? This kind of not-working features is what I remember seeing for incomplete loads. -- David Kastrup From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 24 04:48:16 2015 Received: (at 20359) by debbugs.gnu.org; 24 Apr 2015 08:48:16 +0000 Received: from localhost ([127.0.0.1]:38317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YlZHT-0007lY-VE for submit@debbugs.gnu.org; Fri, 24 Apr 2015 04:48:16 -0400 Received: from sub4.mail.dreamhost.com ([69.163.253.135]:60802 helo=homiemail-a111.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YlZHS-0007lQ-9y for 20359@debbugs.gnu.org; Fri, 24 Apr 2015 04:48:14 -0400 Received: from homiemail-a111.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a111.g.dreamhost.com (Postfix) with ESMTP id 0EDC72005E61B; Fri, 24 Apr 2015 01:48:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=harpending.org; h=date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=harpending.org; bh=HgS4xwlBBDhYw29r Zlx2T7uVTPk=; b=GK1pYfg0lKNM35TG5q3Bnpdjq3njsvVyOabuX4Y6OJh8eL90 tCw/xYAMKZNgJ2xdOLFhaF6S3HdkcAxbuC+jOfzr55sKUP7f/U68ZTZ6xXKCHS4h g9YtrVg3h5nWKxnKj6CDueuwL8c4zGtNIstIRUDYXo67mwTa9JPodp4HL6o= Received: from locust (unknown [173.192.176.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: peter@harpending.org) by homiemail-a111.g.dreamhost.com (Postfix) with ESMTPSA id B1D192005E619; Fri, 24 Apr 2015 01:48:11 -0700 (PDT) Date: Fri, 24 Apr 2015 02:50:06 -0600 From: Peter Harpending To: David Kastrup Subject: Re: bug#20359: More testing Message-ID: <20150424085006.GA2819@locust> References: <20150417151438.GA12907@valentine> <20150424011051.GA28781@valentine> <87383qhwc8.fsf@fencepost.gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed In-Reply-To: <87383qhwc8.fsf@fencepost.gnu.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 20359 Cc: 20359@debbugs.gnu.org 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: 0.0 (/) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 > What happens if you call Emacs with > > emacs -debug-init > > ? This kind of not-working features is what I remember seeing for > incomplete loads. I assume you mean "emacs --debug-init"? Nothing of pops up. Emacs does its thing, and eventually the *scratch* buffer materializes. https://a.pomf.se/lfvbxe.png Peter -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVOgO6AAoJEMl2w1bBwRCrxl4QAIt3Hd85BeOfII+atynES0iX nZbnUMgxHFsiUOH5vo6lEBCXGecaXtoZPahzQ2XsUgNGq+sCdC3vc04Wu84lW6Db squrkhCfyJTgjNnuto7PjEouobze3wS/c1pqU7+Z7S+DjfmUDeJpfe/w2DtyBJI1 raRb6hf+KdqSUBbfKGhs7gfRebiF7AaQeraCnpaU7BL4nruIhMJGeumeYPsj28d0 Q07QQh3J6ii5+KDEE7+jb+/UB01YsaNWMxcFtAd9wa7HKEU/yMkiWeIxpTDXKiKL p6n3XXp21HOobeuUOz/6VoSt7Cu2CKRWxBFJSCnkOdssliveT06qyybd6VMwCAU+ TAbRzUMNDaEyl9U4nYYITGHQwoyt5N971UOWucLkUTQ4hzsGyx03idJZ9uHuCQV7 ZRMv3TlPomURCFafx2zmTZylVKKLIOiQNdUyWz0mLIneV0L+dXuJ31PonHjiIlR4 89W6X/HWdeb4crwBmu2qz8PqRSwJACe00YqNlAg/E+D+ZERPagP7xapACvXWNq3a UfR/ZcPQpZoBZHgQZuNSCa0yzMho56hGkHLD+GSyUCdbZoF+boQ14z7Ors9uRemi WRogzmu7wOKwMnmzXIYPY2XulB/TSBGK1If9s6/paX2N0PWbIyDesHVybtg9EySX wHhwgT1KqxZdT73H6e51 =gNoV -----END PGP SIGNATURE----- From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 24 14:58:36 2015 Received: (at 20359) by debbugs.gnu.org; 24 Apr 2015 18:58:36 +0000 Received: from localhost ([127.0.0.1]:38953 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ylio7-0000dG-ME for submit@debbugs.gnu.org; Fri, 24 Apr 2015 14:58:36 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:56100) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ylio4-0000d7-KU for 20359@debbugs.gnu.org; Fri, 24 Apr 2015 14:58:33 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 2370D20F2D for <20359@debbugs.gnu.org>; Fri, 24 Apr 2015 14:58:32 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Fri, 24 Apr 2015 14:58:32 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=0HOQNEuwPVqS77qnQV6H/FBe1Kg=; b=MRxMb 0x22qEzt1aUjoOCnKVD2ImTBYoMP06VWDBfnp4MHvrabDWjjAN0Iq8RTbiK3k1aH 1WM3e5UqmlduLdo29Lht9Mqysq2O5fbxvNLcRrqljTAQey5T/vUgGe9Ss2AlCou5 e+0LRA5tx3bUz+aGUzcPVXVb6fGISiYAxbEaBI= X-Sasl-enc: RGwmXLhyjBD6Ii3Hl2HSH75JjnRVeS3P3mamxgbsfbbJ 1429901911 Received: from thinkpad-t440p (unknown [2.162.175.32]) by mail.messagingengine.com (Postfix) with ESMTPA id 28C4FC00017; Fri, 24 Apr 2015 14:58:30 -0400 (EDT) From: Tassilo Horn To: Peter Harpending Subject: Re: bug#20359: More testing References: <20150417151438.GA12907@valentine> <20150424011051.GA28781@valentine> Date: Fri, 24 Apr 2015 20:58:23 +0200 In-Reply-To: <20150424011051.GA28781@valentine> (Peter Harpending's message of "Thu, 23 Apr 2015 19:10:51 -0600") Message-ID: <87fv7ptkts.fsf@gnu.org> User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 20359 Cc: 20359@debbugs.gnu.org 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: 0.3 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Peter Harpending writes: Hi Peter, > I did some more testing. I've tried to reproduce the issue with Emacs 24.5.1 and AUCTeX 11.88.4 From=20ELPA but I failed. > Input > > \begin{itemize} > \item If you tap your finger against a bridge at exactly the right > frequency, the bridge will collapse. (Resonance) >=20=20=20=20=20 > \item The formula used to calculate the interest rate on your mortg= age > is actually just a fancy form of the ratios of angles in a > triangle. (Euler's formula) > \end{itemize} > > AUCTeX > > \begin{itemize} > \item If you tap your finger against a bridge at exactly the right > frequency, the bridge will collapse. (Resonance) >=20=20=20=20=20 > \item The formula used to calculate the interest rate on your mortgage > is actually just a fancy form of the ratios of angles in a > triangle. (Euler's formula) > \end{itemize} This is what I get. \begin{itemize} \item If you tap your finger against a bridge at exactly the right frequenc= y, the bridge will collapse. (Resonance) \item The formula used to calculate the interest rate on your mortgage is actually just a fancy form of the ratios of angles in a triangle. (Euler's formula) \end{itemize} > Input > > \begin{enumerate} > \item First item > \begin{itemize} > \item If you tap your finger against a bridge at exactly the ri= ght > frequency, the bridge will collapse. (Resonance) >=20=20=20=20=20 > \item The formula used to calculate the interest rate on your m= ortgage > is actually just a fancy form of the ratios of angles in a > triangle. (Euler's formula) > \end{itemize} > \end{enumerate} > > AUCTeX > > \begin{enumerate} > \item First item > \begin{itemize} > \item If you tap your finger against a bridge at exactly the right > frequency, the bridge will collapse. (Resonance) >=20=20=20=20=20 > \item The formula used to calculate the interest rate on your mortgage > is actually just a fancy form of the ratios of angles in a > triangle. (Euler's formula) > \end{itemize} > \end{enumerate} And here I get this. \begin{enumerate} \item First item \begin{itemize} \item If you tap your finger against a bridge at exactly the right freque= ncy, the bridge will collapse. (Resonance) \item The formula used to calculate the interest rate on your mortgage is actually just a fancy form of the ratios of angles in a triangle. (Eule= r's formula) \end{itemize} \end{enumerate} > The value of `fill-paragraph-function` is `LaTeX-fill-paragraph`, Here, too. > which is an AUCTeX function. Yes. > I'm not an expert on the code base, but, I think LaTeX-fill-paragraph > is forgetting to do its indentation job. Did you try without your AUCTeX configuration? The filling you get looks like you have added an entry '("enumerate" current-indentation) to `LaTeX-indent-environment-list'. It's possible that you had a broken configuration before that didn't cause the issue because of an AUCTeX bug which got fixed lately. Bye, Tassilo --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREIAAYFAlU6kk8ACgkQ795mVA/1wV1BpAEApKXZ7/aAe0FP+zvnNVGY8Bbp pmVtIQucPn/bS49qxcoA/i5aoxscmIQoqvK0SsT0SXSGjfoxtk/O7UxsqQEGFXhx =RcHd -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 24 18:23:39 2015 Received: (at 20359) by debbugs.gnu.org; 24 Apr 2015 22:23:39 +0000 Received: from localhost ([127.0.0.1]:39051 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ylm0Z-0002le-DT for submit@debbugs.gnu.org; Fri, 24 Apr 2015 18:23:39 -0400 Received: from sub4.mail.dreamhost.com ([69.163.253.135]:49690 helo=homiemail-a113.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ylm0X-0002lW-AZ for 20359@debbugs.gnu.org; Fri, 24 Apr 2015 18:23:38 -0400 Received: from homiemail-a113.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a113.g.dreamhost.com (Postfix) with ESMTP id 4602F20058DAF; Fri, 24 Apr 2015 15:23:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=harpending.org; h=date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=harpending.org; bh=fx5bN8TdQjc5/bJY 0tsDzdC1syA=; b=McnAzRS7+C9JwriQW1giLzFRuvKRscAjxEbpKTCHL+/dz5h5 C8SwcKFtmlTpYZMgRD/ULRLtNjfjCEOanE3h89XcDdFePD9EY8GkuTIT2jVLBh4E xhQLKZhQht4ISP0IjU+mt8YChktCMT58NigwpQzWkqvuSZEKOEfZfJZSbE0= Received: from valentine (173.192.187.142-static.reverse.softlayer.com [173.192.187.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: peter@harpending.org) by homiemail-a113.g.dreamhost.com (Postfix) with ESMTPSA id EEB6E20058DAD; Fri, 24 Apr 2015 15:23:34 -0700 (PDT) Date: Fri, 24 Apr 2015 16:19:11 -0600 From: Peter Harpending To: Tassilo Horn Subject: Re: bug#20359: More testing Message-ID: <20150424221911.GA2756@valentine> References: <20150417151438.GA12907@valentine> <20150424011051.GA28781@valentine> <87fv7ptkts.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed In-Reply-To: <87fv7ptkts.fsf@gnu.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 20359 Cc: 20359@debbugs.gnu.org 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: 0.0 (/) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 > Did you try without your AUCTeX configuration? The filling you get > looks like you have added an entry '("enumerate" current-indentation) to > `LaTeX-indent-environment-list'. It's possible that you had a broken > configuration before that didn't cause the issue because of an AUCTeX > bug which got fixed lately. I commented out my LaTeX-mode-hook, and I got the same, undesired result. However, when I ran "emacs -q", not loading my ~/.emacs file, I got the desired result. So, it is apparently a problem with my emacs configuration. My configuration can be found here: https://github.com/pharpend/dotfiles if anyone wants to help me find the problem Peter -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJVOsFdAAoJEMl2w1bBwRCrPzoQALKANRTQxRznaHXbcQ7rzAgG NFSTQCCmuHqsNd2Kj+NZz2CZYflWk7YzIONWKb97vhb4803lX+X9W96e4Mcf2pUJ 3ToPb6LtI7i5/DykASnkE9U+pU9z/vu3cT+g5a3zDspq/RfiJYN5m1JlZnJkxcCS VjLGHDDiHgRY70iLaOsI/717CfxVTc/3jVzCxU7zKIGmyGUQWmPHJkm0MtSv3CUT Bc3ZktmR5WmSGppfSF7Eg1R+eeISxebUcduNYfTDEM/P2lrSincnumeEuM1cl3Rz 0zt5G3jR403E2kAYGKDDC31plmlblNfwuik0cLPHRc7KfxpYxTeGjWmm6ShlT2WO ISQMZsKKyxA4vZV9j1NzGfBg0AF8ywVtj6/9Wfy1bH5RehQM8eOtQ/azUxTGZoYA R/cCzixmjyKe7oy7kIX7BCQRxgBaH5dgRKSvuKkI0LH7HGxul3GdHg5PByCvRExY fhUrcUmGbw9L6Dn+tAptV+b8tf2UYYEZyA7FUclw4Ovoxu3nF4YeTAyQgRExu1J/ hIDMXSuNzVLBeuT8i2AHSL6mI4dOrNJOzrajQvB1/KjuKPSzSFguZ09Qbaa3GInT WTgiHSVMuOrgbUmOo0scSt+zkfFtRWVMs8cCLQW37/Y9sVA2MoYr8BAFG4vFsokk eKcmx0v1LQN7KoIFgczn =FiX2 -----END PGP SIGNATURE----- From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 25 02:37:56 2015 Received: (at 20359) by debbugs.gnu.org; 25 Apr 2015 06:37:56 +0000 Received: from localhost ([127.0.0.1]:39208 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yltit-0006sg-NP for submit@debbugs.gnu.org; Sat, 25 Apr 2015 02:37:56 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:53098) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yltir-0006sX-C5 for 20359@debbugs.gnu.org; Sat, 25 Apr 2015 02:37:54 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 92E35212D8 for <20359@debbugs.gnu.org>; Sat, 25 Apr 2015 02:37:52 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Sat, 25 Apr 2015 02:37:52 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=PN0GVkEkiLtjChzdYO6plS2ARQc=; b=GY2Pq aWtyeukWwfxBxS8hDD78nBYuV9TMpNm/tcQx/km6KL7jnZpadz6PNvjHnVLEogjn pohPSYWAC4TywyeVG3Cpp1MNTb9odH3GHc50vNF2S25syx/1ELUA3V8HXgv0PzD+ /yKBtQjzYy5giPyU1AFdBdeGdklZmAab3ZVlSw= X-Sasl-enc: g15nRH8dtEOh/5o9pRSw2NJI177fAXZJTsD9SSWJE6eE 1429943871 Received: from thinkpad-t440p (unknown [2.163.201.34]) by mail.messagingengine.com (Postfix) with ESMTPA id 6DFD3680197; Sat, 25 Apr 2015 02:37:51 -0400 (EDT) From: Tassilo Horn To: Peter Harpending Subject: Re: bug#20359: More testing References: <20150417151438.GA12907@valentine> <20150424011051.GA28781@valentine> <87fv7ptkts.fsf@gnu.org> <20150424221911.GA2756@valentine> Date: Sat, 25 Apr 2015 08:37:48 +0200 In-Reply-To: <20150424221911.GA2756@valentine> (Peter Harpending's message of "Fri, 24 Apr 2015 16:19:11 -0600") Message-ID: <87d22sogqr.fsf@gnu.org> User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 20359 Cc: 20359@debbugs.gnu.org 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: 0.3 (/) --=-=-= Content-Type: text/plain Peter Harpending writes: >> Did you try without your AUCTeX configuration? The filling you get >> looks like you have added an entry '("enumerate" current-indentation) to >> `LaTeX-indent-environment-list'. It's possible that you had a broken >> configuration before that didn't cause the issue because of an AUCTeX >> bug which got fixed lately. > > I commented out my LaTeX-mode-hook, and I got the same, undesired > result. > > However, when I ran "emacs -q", not loading my ~/.emacs file, I got > the desired result. > > So, it is apparently a problem with my emacs configuration. > > My configuration can be found here: > > https://github.com/pharpend/dotfiles Oh, well, that's a huge config distributed along dozens of files. By searching for "TeX" or "LaTeX" I only found out that you're using smartparens-latex... Could you please point us to the actual file where you put your AUCTeX configs, or are they all splattered across files, or do you really have none as the search seems to suggest? Bye, Tassilo --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREIAAYFAlU7NjwACgkQ795mVA/1wV3aUwD9GQZXRcVEUt429fL6ot5QlEtk rx3f1T2YpQKko6WbBooBAN045GheYt9gOi0tuSIjgAa8JBrv0C3MtZvVirJoxG8E =5eia -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 25 14:22:06 2015 Received: (at 20359-done) by debbugs.gnu.org; 25 Apr 2015 18:22:06 +0000 Received: from localhost ([127.0.0.1]:39954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ym4iL-0008Lx-Uu for submit@debbugs.gnu.org; Sat, 25 Apr 2015 14:22:06 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:53782) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ym4iJ-0008Lo-EM for 20359-done@debbugs.gnu.org; Sat, 25 Apr 2015 14:22:04 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id CC53720A60 for <20359-done@debbugs.gnu.org>; Sat, 25 Apr 2015 14:22:02 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Sat, 25 Apr 2015 14:22:02 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=0458vBUfQmDcfaBy8KVB2AYiDn4=; b=sFLZb P/0D0Ut87JAM6HOVPYrUwUPrs/7ksbm9/rNpnPniemUZhauG75QUksZvCseQjl+s WpKlmwQwv34z4+9VNkMKAcVgRuOnwu3t83GNZJtApWF2IFiYwpZkkMwTALCUjuy1 f/+QmAqUMlwwyty9qp8TfLdAnovQOjFsVVM+0c= X-Sasl-enc: kYgiOCTvXzjmRNB2sKWBHnkWIZ2EoITGbtdrCkXeeoIh 1429986122 Received: from thinkpad-t440p (unknown [2.163.201.34]) by mail.messagingengine.com (Postfix) with ESMTPA id A2D0DC00015; Sat, 25 Apr 2015 14:22:01 -0400 (EDT) From: Tassilo Horn To: Peter Harpending Subject: Re: bug#20359: More testing References: <20150417151438.GA12907@valentine> <20150424011051.GA28781@valentine> <87fv7ptkts.fsf@gnu.org> <20150424221911.GA2756@valentine> Date: Sat, 25 Apr 2015 20:21:54 +0200 In-Reply-To: <20150424221911.GA2756@valentine> (Peter Harpending's message of "Fri, 24 Apr 2015 16:19:11 -0600") Message-ID: <87r3r8m5kt.fsf@gnu.org> User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 20359-done Cc: 20359-done@debbugs.gnu.org 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: 0.3 (/) --=-=-= Content-Type: text/plain Closing because Peter found the problem, and it hasn't been an AUCTeX one. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREIAAYFAlU720IACgkQ795mVA/1wV1qpQEA0PBA1WNVBKdRhhUTHU1J8pMa R49A75lAg9yHqm3UJ+oA/RHMBqG60AfY/Y10qq6i0rKc/Cd6gJcFmN2Z5LW1n1Dd =3T8u -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Sep 05 08:41:08 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 24 May 2015 11: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