From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 10 22:23:10 2014 Received: (at submit) by debbugs.gnu.org; 11 Jan 2014 03:23:10 +0000 Received: from localhost ([127.0.0.1]:45883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W1pAE-0000D1-1W for submit@debbugs.gnu.org; Fri, 10 Jan 2014 22:23:10 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40088) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W1pAB-0000Cp-A5 for submit@debbugs.gnu.org; Fri, 10 Jan 2014 22:23:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1pA4-00028c-KT for submit@debbugs.gnu.org; Fri, 10 Jan 2014 22:23:07 -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,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1pA4-00028Y-Ha for submit@debbugs.gnu.org; Fri, 10 Jan 2014 22:23:00 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1p9y-00057a-GJ for bug-gnu-emacs@gnu.org; Fri, 10 Jan 2014 22:23:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1p9s-00028E-Ee for bug-gnu-emacs@gnu.org; Fri, 10 Jan 2014 22:22:54 -0500 Received: from oproxy1-pub.mail.unifiedlayer.com ([66.147.249.253]:33355) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1W1p9s-00028A-6o for bug-gnu-emacs@gnu.org; Fri, 10 Jan 2014 22:22:48 -0500 Received: (qmail 26519 invoked by uid 0); 11 Jan 2014 03:22:44 -0000 Received: from unknown (HELO host393.hostmonster.com) (66.147.240.193) by oproxy20.mail.unifiedlayer.com with SMTP; 11 Jan 2014 03:22:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbtrap.com; s=default; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From; bh=HvfytioRHD5swV6rfsvZ3KateXFuAXvRwNdA/m0Ok5A=; b=QzF0pBgMmSBFtliIjQ0BqH4oiANHbpUbRCeS6d6lv8zIEnOIA+ejHMdhqgAW/twORaJOXlsgImhsqusPsMVr1JADZ/CYz5Od1u1FF2CmyonozYKwGQChKizW4rbzW00Y; Received: from [50.90.253.209] (port=60638 helo=Nathan-GNU) by host393.hostmonster.com with esmtpsa (UNKNOWN:CAMELLIA128-SHA:128) (Exim 4.80) (envelope-from ) id 1W1p9o-0001kh-4d for bug-gnu-emacs@gnu.org; Fri, 10 Jan 2014 20:22:44 -0700 From: Nathan Trapuzzano To: bug-gnu-emacs@gnu.org Subject: 24.3.50; Handle contiguous links correctly in shr [PATCH] Date: Fri, 10 Jan 2014 22:22:41 -0500 Message-ID: <87iotrfbi6.fsf@nbtrap.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Identified-User: {1585:host393.hostmonster.com:nbtrapco:nbtrap.com} {sentby:smtp auth 50.90.253.209 authed with nbtrap@nbtrap.com} 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: -4.3 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) --=-=-= Content-Type: text/plain `shr-next-link' and `shr-previous-link' currently skip over links that are contiguous with the current link. The attached patch addressed this problem. When I say "contiguous", I'm talking in terms of Emacs "positions"--not in terms of HTML. P.S. I'm still waiting for my boss to return the copyright disclaimer form to me. Hopefully this change is minor enough... --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=shr.patch # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: nbtrap@nbtrap.com-20140111031617-s3vx9z7lf9ah91gr # target_branch: file:///home/nathan/opt/etc/bzr-repos/emacs/trunk/ # testament_sha1: 2b99f693499c398c7a9599c8d6b5eb6c7ccb7a47 # timestamp: 2014-01-10 22:16:56 -0500 # base_revision_id: rgm@gnu.org-20140110201931-3ybs57oe9egahtb4 # # Begin patch === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2014-01-10 20:19:31 +0000 +++ lisp/ChangeLog 2014-01-11 03:16:17 +0000 @@ -1,3 +1,8 @@ +2014-01-11 Nathan Trapuzzano + + * lisp/net/shr.el (shr-next-link, shr-previous-link): Don't skip + over contiguous links. + 2014-01-10 Glenn Morris * emacs-lisp/authors.el (authors-fixed-entries): === modified file 'lisp/net/shr.el' --- lisp/net/shr.el 2014-01-05 10:23:35 +0000 +++ lisp/net/shr.el 2014-01-11 03:16:17 +0000 @@ -242,8 +242,10 @@ (defun shr-next-link () "Skip to the next link." (interactive) - (let ((skip (text-property-any (point) (point-max) 'help-echo nil))) - (if (not (setq skip (text-property-not-all skip (point-max) + (let ((skip (and (get-text-property (point) 'help-echo) + (or (next-single-property-change (point) 'help-echo) + (point-max))))) + (if (not (setq skip (text-property-not-all (or skip (point)) (point-max) 'help-echo nil))) (message "No next link") (goto-char skip) @@ -254,11 +256,17 @@ (interactive) (let ((start (point)) (found nil)) - ;; Skip past the current link. - (while (and (not (bobp)) - (get-text-property (point) 'help-echo)) + ;; Skip past the current link. When the current link extends past + ;; the end of the narrowed region and point is at (point-max), + ;; don't do anything, so that point will get moved to the + ;; beginning of this link. + (when (and (get-text-property (point) 'help-echo) + (not (and (eobp) (buffer-narrowed-p)))) + (goto-char (or (previous-single-property-change + (min (1+ (point)) (point-max)) 'help-echo) + (point-min)))) + (unless (bobp) (forward-char -1)) - ;; Find the previous link. (while (and (not (bobp)) (not (setq found (get-text-property (point) 'help-echo)))) (forward-char -1)) @@ -267,10 +275,9 @@ (message "No previous link") (goto-char start)) ;; Put point at the start of the link. - (while (and (not (bobp)) - (get-text-property (point) 'help-echo)) - (forward-char -1)) - (forward-char 1) + (goto-char (or (previous-single-property-change + (min (1+ (point)) (point-max)) 'help-echo) + (point-min))) (message "%s" (get-text-property (point) 'help-echo))))) (defun shr-show-alt-text () # Begin bundle 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 cKEh67nwSg== --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 11 07:50:24 2014 Received: (at 16415) by debbugs.gnu.org; 11 Jan 2014 12:50:24 +0000 Received: from localhost ([127.0.0.1]:46110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W1y18-0000kj-NX for submit@debbugs.gnu.org; Sat, 11 Jan 2014 07:50:23 -0500 Received: from qproxy1-pub.mail.unifiedlayer.com ([173.254.64.10]:39781 helo=qproxy1.mail.unifiedlayer.com) by debbugs.gnu.org with smtp (Exim 4.80) (envelope-from ) id 1W1y16-0000ka-2P for 16415@debbugs.gnu.org; Sat, 11 Jan 2014 07:50:21 -0500 Received: (qmail 1722 invoked by uid 0); 11 Jan 2014 19:50:18 -0000 Received: from unknown (HELO host393.hostmonster.com) (66.147.240.193) by qproxy1.mail.unifiedlayer.com with SMTP; 11 Jan 2014 19:50:18 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbtrap.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:To:From; bh=29LT2Exd7JyGy1agM6oagesyzmu4kRR3pKuPzTeLGz8=; b=en5HJCFOmjv1gk9yMvuwqXIPzN2bFBNOsIV3I/r9jEtCqg3MMtCaPCKMI3LKPf69IcK5zk1y8dx9QuEyHMLgUN7yyIB1FVl/E6hPm3diGlyKvPR9AEo7GIcE/0Nlmed3; Received: from [50.90.253.209] (port=33284 helo=Nathan-GNU) by host393.hostmonster.com with esmtpsa (UNKNOWN:CAMELLIA128-SHA:128) (Exim 4.80) (envelope-from ) id 1W1y12-0004M4-W2 for 16415@debbugs.gnu.org; Sat, 11 Jan 2014 05:50:17 -0700 From: Nathan Trapuzzano To: 16415@debbugs.gnu.org Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr [PATCH] References: <87iotrfbi6.fsf@nbtrap.com> Date: Sat, 11 Jan 2014 07:50:14 -0500 In-Reply-To: <87iotrfbi6.fsf@nbtrap.com> (Nathan Trapuzzano's message of "Fri, 10 Jan 2014 22:22:41 -0500") Message-ID: <87d2jy4r95.fsf@nbtrap.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Identified-User: {1585:host393.hostmonster.com:nbtrapco:nbtrap.com} {sentby:smtp auth 50.90.253.209 authed with nbtrap@nbtrap.com} X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16415 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 (/) --=-=-= Content-Type: text/plain Nathan Trapuzzano writes: > `shr-next-link' and `shr-previous-link' currently skip over links that > are contiguous with the current link. The attached patch addressed this > problem. > > When I say "contiguous", I'm talking in terms of Emacs "positions"--not > in terms of HTML. Use this one instead. I clarified one of the comments and referenced a bug number: --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=shr.patch # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: nbtrap@nbtrap.com-20140111124832-14454dcnawyzjkny # target_branch: file:///home/nathan/opt/etc/bzr-repos/emacs/trunk/ # testament_sha1: 6cb8b589f64f1b09f140c539ef23d4305646a92e # timestamp: 2014-01-11 07:48:46 -0500 # base_revision_id: rgm@gnu.org-20140110201931-3ybs57oe9egahtb4 # # Begin patch === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2014-01-10 20:19:31 +0000 +++ lisp/ChangeLog 2014-01-11 03:16:17 +0000 @@ -1,3 +1,8 @@ +2014-01-11 Nathan Trapuzzano + + * lisp/net/shr.el (shr-next-link, shr-previous-link): Don't skip + over contiguous links. + 2014-01-10 Glenn Morris * emacs-lisp/authors.el (authors-fixed-entries): === modified file 'lisp/net/shr.el' --- lisp/net/shr.el 2014-01-05 10:23:35 +0000 +++ lisp/net/shr.el 2014-01-11 12:48:32 +0000 @@ -242,8 +242,10 @@ (defun shr-next-link () "Skip to the next link." (interactive) - (let ((skip (text-property-any (point) (point-max) 'help-echo nil))) - (if (not (setq skip (text-property-not-all skip (point-max) + (let ((skip (and (get-text-property (point) 'help-echo) + (or (next-single-property-change (point) 'help-echo) + (point-max))))) + (if (not (setq skip (text-property-not-all (or skip (point)) (point-max) 'help-echo nil))) (message "No next link") (goto-char skip) @@ -254,11 +256,17 @@ (interactive) (let ((start (point)) (found nil)) - ;; Skip past the current link. - (while (and (not (bobp)) - (get-text-property (point) 'help-echo)) + ;; Skip backwards past the current link. Be carefule when the + ;; current link extends past the end of the narrowed region and + ;; point is at (point-max). In such a case, we proceed as though + ;; point is _not_ looking at a link. Cf. Emacs bug#16413. + (when (and (get-text-property (point) 'help-echo) + (not (and (eobp) (buffer-narrowed-p)))) + (goto-char (or (previous-single-property-change + (min (1+ (point)) (point-max)) 'help-echo) + (point-min)))) + (unless (bobp) (forward-char -1)) - ;; Find the previous link. (while (and (not (bobp)) (not (setq found (get-text-property (point) 'help-echo)))) (forward-char -1)) @@ -267,10 +275,9 @@ (message "No previous link") (goto-char start)) ;; Put point at the start of the link. - (while (and (not (bobp)) - (get-text-property (point) 'help-echo)) - (forward-char -1)) - (forward-char 1) + (goto-char (or (previous-single-property-change + (min (1+ (point)) (point-max)) 'help-echo) + (point-min))) (message "%s" (get-text-property (point) 'help-echo))))) (defun shr-show-alt-text () # Begin bundle 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 0G1CLtBfYFV0UdwMG8Vh6L/4u5IpwoSCe2CtGA== --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 20 08:21:36 2014 Received: (at 16415) by debbugs.gnu.org; 20 Jan 2014 13:21:36 +0000 Received: from localhost ([127.0.0.1]:57928 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W5EnE-0001AA-7U for submit@debbugs.gnu.org; Mon, 20 Jan 2014 08:21:36 -0500 Received: from alt-proxy31.mail.unifiedlayer.com ([74.220.221.129]:40160) by debbugs.gnu.org with smtp (Exim 4.80) (envelope-from ) id 1W5En5-00019w-Ny for 16415@debbugs.gnu.org; Mon, 20 Jan 2014 08:21:30 -0500 Received: (qmail 9842 invoked by uid 0); 20 Jan 2014 13:21:21 -0000 Received: from unknown (HELO host393.hostmonster.com) (66.147.240.193) by oproxy17.mail.unifiedlayer.com with SMTP; 20 Jan 2014 13:21:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbtrap.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:To:From; bh=gA7ngv7fkUSjOVMo+mtxr5rf+WNiQstyxoWnkGL6ZV4=; b=wvAv4mbaMACjzSn33vu1w97yxlqdmggolWSuccElKxg1gWEPx8NVrmwUm7ExvgyW5SefD5Mwr3bYKvHRIBb+tTwY8nSTjNbnnA8zJmtQ9LiYxOUbrmBZBB1fIqK0EaE5; Received: from [50.90.253.209] (port=42500 helo=Nathan-GNU) by host393.hostmonster.com with esmtpsa (UNKNOWN:CAMELLIA128-SHA:128) (Exim 4.80) (envelope-from ) id 1W5En3-0006Z9-Cm for 16415@debbugs.gnu.org; Mon, 20 Jan 2014 06:21:21 -0700 From: Nathan Trapuzzano To: 16415@debbugs.gnu.org Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr [PATCH] References: <87iotrfbi6.fsf@nbtrap.com> <87d2jy4r95.fsf@nbtrap.com> Date: Mon, 20 Jan 2014 08:20:58 -0500 In-Reply-To: <87d2jy4r95.fsf@nbtrap.com> (Nathan Trapuzzano's message of "Sat, 11 Jan 2014 07:50:14 -0500") Message-ID: <87sisi7ps5.fsf@nbtrap.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Identified-User: {1585:host393.hostmonster.com:nbtrapco:nbtrap.com} {sentby:smtp auth 50.90.253.209 authed with nbtrap@nbtrap.com} X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16415 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 (/) Nathan Trapuzzano writes: > Use this one instead. I clarified one of the comments and referenced > a bug number: Can this be applied before the release? I'd like to finally do away with w3m. Thanks, Nathan From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 30 21:11:04 2014 Received: (at 16415) by debbugs.gnu.org; 31 Jan 2014 02:11:04 +0000 Received: from localhost ([127.0.0.1]:42090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W93ZP-0005lw-QA for submit@debbugs.gnu.org; Thu, 30 Jan 2014 21:11:04 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:54351) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W93ZN-0005lT-5T for 16415@debbugs.gnu.org; Thu, 30 Jan 2014 21:11:01 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1W93Z7-00047S-GG; Fri, 31 Jan 2014 03:10:45 +0100 From: Lars Ingebrigtsen To: Nathan Trapuzzano Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr [PATCH] References: <87iotrfbi6.fsf@nbtrap.com> Date: Thu, 30 Jan 2014 18:09:56 -0800 In-Reply-To: <87iotrfbi6.fsf@nbtrap.com> (Nathan Trapuzzano's message of "Fri, 10 Jan 2014 22:22:41 -0500") Message-ID: <87y51wyk97.fsf@building.gnus.org> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1W93Z7-00047S-GG X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1391739046.93666@qPj22zDrZF25e5irt7eY4g X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16415 Cc: 16415@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 (/) Nathan Trapuzzano writes: > `shr-next-link' and `shr-previous-link' currently skip over links that > are contiguous with the current link. The attached patch addressed this > problem. > > When I say "contiguous", I'm talking in terms of Emacs "positions"--not > in terms of HTML. > > P.S. I'm still waiting for my boss to return the copyright disclaimer > form to me. Hopefully this change is minor enough... The patch looks good, but it's big enough that the FSF needs a copyright assignment, I think. Do you have one of those on file? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 31 11:07:35 2014 Received: (at 16415) by debbugs.gnu.org; 31 Jan 2014 16:07:35 +0000 Received: from localhost ([127.0.0.1]:43400 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W9Gct-0001JL-2Y for submit@debbugs.gnu.org; Fri, 31 Jan 2014 11:07:34 -0500 Received: from gproxy1-pub.mail.unifiedlayer.com ([69.89.25.95]:49426) by debbugs.gnu.org with smtp (Exim 4.80) (envelope-from ) id 1W9Gcn-0001J4-5L for 16415@debbugs.gnu.org; Fri, 31 Jan 2014 11:07:29 -0500 Received: (qmail 5656 invoked by uid 0); 31 Jan 2014 16:07:19 -0000 Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy1.mail.unifiedlayer.com with SMTP; 31 Jan 2014 16:07:19 -0000 Received: from host393.hostmonster.com ([66.147.240.193]) by CMOut01 with id Lg6y1n00M4B3kjm01g71Wc; Fri, 31 Jan 2014 09:07:19 -0700 X-Authority-Analysis: v=2.1 cv=F57EKMRN c=1 sm=1 tr=0 a=GZ6qK+eS4AuCRVUKGEKC+Q==:117 a=GZ6qK+eS4AuCRVUKGEKC+Q==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=sdXnnfW09vAA:10 a=GvzEu6GgQ7oA:10 a=lfvU_ReahkwA:10 a=ngU5ixn2AAAA:8 a=tke6Z29wMt4A:10 a=fWyWhr6xdMwA:10 a=OocQHUDgAAAA:8 a=vJL0gYiqAaPNRH5bEBoA:9 a=1E7MJ1fmoUgA:10 a=FAVKtLPhy3cA:10 a=BeoCH0C3VMsA:10 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbtrap.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:Cc:To:From; bh=Q3tYhsRBD7jaWchwW9oFGAGwVFTpmtuxp7+JpCfHpVI=; b=gbZmXz/SmRslXsVPKrIkdxTNTEfu2XYsRRoSpi2pTch39zu/MEQ2g1W0VO1yKrRAMNETmUPe47rdxJtUU4Yncrq9wpy1NzCGqOUuWfkA5ES9i+N6OU5oAiYPlxKqMAd8; Received: from [168.91.17.188] (port=31602 helo=Nathan-GNU) by host393.hostmonster.com with esmtpsa (UNKNOWN:CAMELLIA128-SHA:128) (Exim 4.80) (envelope-from ) id 1W9GcN-00066J-2W; Fri, 31 Jan 2014 09:06:59 -0700 From: nbtrap@nbtrap.com To: Lars Ingebrigtsen Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr [PATCH] References: <87iotrfbi6.fsf@nbtrap.com> <87y51wyk97.fsf@building.gnus.org> Date: Fri, 31 Jan 2014 11:06:56 -0500 In-Reply-To: <87y51wyk97.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Thu, 30 Jan 2014 18:09:56 -0800") Message-ID: <87a9ecqgnz.fsf@nbtrap.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Identified-User: {1585:host393.hostmonster.com:nbtrapco:nbtrap.com} {sentby:smtp auth 168.91.17.188 authed with nbtrap@nbtrap.com} X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16415 Cc: 16415@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 (/) Lars Ingebrigtsen writes: > The patch looks good, but it's big enough that the FSF needs a > copyright assignment, I think. Do you have one of those on file? Yes, but I'm waiting for a disclaimer from my new employer. Should have it soon. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 13 13:43:24 2014 Received: (at 16415) by debbugs.gnu.org; 13 Nov 2014 18:43:24 +0000 Received: from localhost ([127.0.0.1]:59690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XozMV-00066U-R2 for submit@debbugs.gnu.org; Thu, 13 Nov 2014 13:43:24 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:42904) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XozMQ-00066E-2B for 16415@debbugs.gnu.org; Thu, 13 Nov 2014 13:43:17 -0500 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1XozM6-0004br-1N; Thu, 13 Nov 2014 19:42:54 +0100 From: Lars Magne Ingebrigtsen To: nbtrap@nbtrap.com Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr [PATCH] References: <87iotrfbi6.fsf@nbtrap.com> <87y51wyk97.fsf@building.gnus.org> <87a9ecqgnz.fsf@nbtrap.com> X-Now-Playing: Eurythmics's _Touch Dance_: "Cool Blue" X-Hashcash: 1:23:141113:16415@debbugs.gnu.org::L+POR3P+eGzmLzGy:0000000000000000000000000000000000000000U9lV X-Hashcash: 1:23:141113:nbtrap@nbtrap.com::JYjnzkkMAheiuOiD:0000000000000000000000000000000000000000000129Il Date: Thu, 13 Nov 2014 19:42:53 +0100 In-Reply-To: <87a9ecqgnz.fsf@nbtrap.com> (nbtrap@nbtrap.com's message of "Fri, 31 Jan 2014 11:06:56 -0500") Message-ID: User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1XozM6-0004br-1N X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1416508974.11569@cV8C4jjPWM8gUvSneKWKrw X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16415 Cc: 16415@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 (/) nbtrap@nbtrap.com writes: > Lars Ingebrigtsen writes: > >> The patch looks good, but it's big enough that the FSF needs a >> copyright assignment, I think. Do you have one of those on file? > > Yes, but I'm waiting for a disclaimer from my new employer. Should have > it soon. Was there any progress on this? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 11 04:36:02 2015 Received: (at control) by debbugs.gnu.org; 11 Jan 2015 09:36:02 +0000 Received: from localhost ([127.0.0.1]:42373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YAEwE-0002q5-Ay for submit@debbugs.gnu.org; Sun, 11 Jan 2015 04:36:02 -0500 Received: from fely.am-1.org ([78.47.74.50]:48858) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YAEwB-0002pe-5v for control@debbugs.gnu.org; Sun, 11 Jan 2015 04:36:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=siamics.net; s=a2013295; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:Sender:Subject:To:From; bh=v73J/orP+vLPbxX1AT3+vssyF6BfTNKlv6tLUTl9g3U=; b=Lv83EwjoPiSaL5iSCfTqOrdn3pSP+MgooaCCBu6k0mQ21NwJAfHp3QRJV2LR7Kct8ehMBZY1e4DgqExg8NiRGvsUDcWcANiLL0X5mnVpSmPSwxfeZ3mBIagrHPBzQcyl+1/4l7WVApb7cpN5D2t2c2uOLvhABFrVHFT2fVfktV4=; Received: from [2a02:2560:6d4:26ca::1:1d] (helo=violet.siamics.net) by fely.am-1.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YAEw9-0002PO-DU for control@debbugs.gnu.org; Sun, 11 Jan 2015 09:35:57 +0000 Received: from localhost ([::1] helo=violet.siamics.net) by violet.siamics.net with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YAEw2-0004vq-0T for control@debbugs.gnu.org; Sun, 11 Jan 2015 16:35:50 +0700 From: Ivan Shmakov To: control@debbugs.gnu.org Subject: tweaking bugs Date: Sun, 11 Jan 2015 09:35:49 +0000 Message-ID: <87a91pzmkq.fsf@violet.siamics.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.7 (/) 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: 0.7 (/) severity 19560 normal tags 19560 + patch merge 16415 19560 retitle 16415 24.3.50; Handle adjacent links correctly in shr=20 tags 19481 + patch tags 19555 + patch tags 19556 + patch thanks --=20 FSF associate member #7257 http://boycottsystemd.org/ =E2=80=A6 3013 B6A0= 230E 334A From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 25 12:37:58 2015 Received: (at 16415) by debbugs.gnu.org; 25 Dec 2015 17:37:58 +0000 Received: from localhost ([127.0.0.1]:35218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCWJQ-0001t2-Ma for submit@debbugs.gnu.org; Fri, 25 Dec 2015 12:37:58 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:60706) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCWJM-0001sr-3s for 16415@debbugs.gnu.org; Fri, 25 Dec 2015 12:37:55 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCWIx-0001tR-Vf; Fri, 25 Dec 2015 18:37:28 +0100 From: Lars Ingebrigtsen To: nbtrap@nbtrap.com Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr [PATCH] References: <87iotrfbi6.fsf@nbtrap.com> <87y51wyk97.fsf@building.gnus.org> <87a9ecqgnz.fsf@nbtrap.com> Date: Fri, 25 Dec 2015 18:37:27 +0100 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 13 Nov 2014 19:42:53 +0100") Message-ID: <871taazay0.fsf@gnus.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aCWIx-0001tR-Vf X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451669848.67679@Sy1K2Fm45feZSUDXPltuaw X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16415 Cc: 16415@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: -0.7 (/) Lars Magne Ingebrigtsen writes: > nbtrap@nbtrap.com writes: > >> Lars Ingebrigtsen writes: >> >>> The patch looks good, but it's big enough that the FSF needs a >>> copyright assignment, I think. Do you have one of those on file? >> >> Yes, but I'm waiting for a disclaimer from my new employer. Should have >> it soon. > > Was there any progress on this? More information was requested, but no response was given within a few months, so I'm closing this bug report. If the problem still exists, please reopen this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 25 12:37:59 2015 Received: (at control) by debbugs.gnu.org; 25 Dec 2015 17:37:59 +0000 Received: from localhost ([127.0.0.1]:35221 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCWJT-0001tH-D0 for submit@debbugs.gnu.org; Fri, 25 Dec 2015 12:37:59 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:60712) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCWJQ-0001t1-PJ for control@debbugs.gnu.org; Fri, 25 Dec 2015 12:37:57 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCWJ4-0001ta-3b for control@debbugs.gnu.org; Fri, 25 Dec 2015 18:37:34 +0100 Date: Fri, 25 Dec 2015 18:37:33 +0100 Message-Id: <87ziwyxwde.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #16415 X-MailScanner-ID: 1aCWJ4-0001ta-3b X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451669856.4136@mULtL6Oh6zGXry2dMoES5g X-Spam-Status: No X-Spam-Score: -0.7 (/) 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: -0.7 (/) close 16415 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 26 06:10:59 2015 Received: (at 16415) by debbugs.gnu.org; 26 Dec 2015 11:10:59 +0000 Received: from localhost ([127.0.0.1]:36825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCmkR-0005dE-KW for submit@debbugs.gnu.org; Sat, 26 Dec 2015 06:10:59 -0500 Received: from fely.am-1.org ([78.47.74.50]:60337) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCmkN-0005d3-35 for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 06:10:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=siamics.net; s=a2013295; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:Sender:References:Subject:To:From; bh=zYPqrlGDEZsDbAMfCINihkEkrQjD1cHtH0f9ENNioIY=; b=hj1KZaozeGrfN4gHCRe8JEXO+8zZZMrXP7zc8b5H67vQFI27DQyPs7M+OgLIHbX2RRpIbrQIA5yCvqPDtxst8QjNOPtnIsOIdML07o34IpU+rPTLbShIh/cJzeGHTRzzwfwcVCicJOknp2kRWClozf7amC86zvZ6OhN6jMbUuJs=; Received: from violet.siamics.net ([2001:470:1f13:1eb::1:1d]) by fely.am-1.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aCmkL-0001fR-JO for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 11:10:49 +0000 Received: from localhost ([::1] helo=violet.siamics.net) by violet.siamics.net with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aCmkC-0000pO-GG for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 18:10:40 +0700 From: Ivan Shmakov To: 16415@debbugs.gnu.org Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr References: <87iotrfbi6.fsf@nbtrap.com> <87y51wyk97.fsf@building.gnus.org> <87a9ecqgnz.fsf@nbtrap.com> <871taazay0.fsf@gnus.org> Date: Sat, 26 Dec 2015 11:10:39 +0000 In-Reply-To: <871taazay0.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 25 Dec 2015 18:37:27 +0100") Message-ID: <87bn9dzcr4.fsf_-_@violet.siamics.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: >>>>> Lars Ingebrigtsen writes: >>>>> Lars Magne Ingebrigtsen writes: >>>>> nbtrap@nbtrap.com writes: >>>>> Lars Ingebrigtsen writes: >>>> The patch looks good, but it's big enough that the FSF needs a >>>> copyright assignment, I think. Do you have one of those on file? [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 1.2 HTML_OBFUSCATE_10_20 BODY: Message is 10% to 20% HTML obfuscation 0.0 HTML_MESSAGE BODY: HTML included in message 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid X-Debbugs-Envelope-To: 16415 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.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: >>>>> Lars Ingebrigtsen writes: >>>>> Lars Magne Ingebrigtsen writes: >>>>> nbtrap@nbtrap.com writes: >>>>> Lars Ingebrigtsen writes: >>>> The patch looks good, but it's big enough that the FSF needs a >>>> copyright assignment, I think. Do you have one of those on file? [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 1.2 HTML_OBFUSCATE_10_20 BODY: Message is 10% to 20% HTML obfuscation 0.0 HTML_MESSAGE BODY: HTML included in message 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> Lars Ingebrigtsen writes: >>>>> Lars Magne Ingebrigtsen writes: >>>>> nbtrap@nbtrap.com writes: >>>>> Lars Ingebrigtsen writes: >>>> The patch looks good, but it's big enough that the FSF needs a >>>> copyright assignment, I think. Do you have one of those on file? >>> Yes, but I'm waiting for a disclaimer from my new employer. Should >>> have it soon. >> Was there any progress on this? > More information was requested, but no response was given within a > few months, so I'm closing this bug report. If the problem still > exists, please reopen this bug report. I can confirm that the issue still exists as of 1dcf9a5d2a72 (2015-12-22 17:02:30 UTC.) Check the HTML MIMEd; for instance, when issued at BOB, shr-next-link correctly moves the point to =E2=80=98f=E2=80=99. When issued one more time from here, it reports =E2= =80=9CNo next link=E2=80=9D (although there is.) --=20 FSF associate member #7257 http://am-1.org/~ivan/ =E2=80=A6 3013 B6A0= 230E 334A --=-=-= Content-Type: text/html Content-Disposition: inline Hello, world!

foobar --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 26 07:11:49 2015 Received: (at 16415) by debbugs.gnu.org; 26 Dec 2015 12:11:49 +0000 Received: from localhost ([127.0.0.1]:36832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCnhN-00076z-KV for submit@debbugs.gnu.org; Sat, 26 Dec 2015 07:11:49 -0500 Received: from eggs.gnu.org ([208.118.235.92]:35122) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCnhI-00076g-6W for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 07:11:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCnh8-0003Vy-BD for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 07:11:38 -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,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCnh8-0003Vr-7p; Sat, 26 Dec 2015 07:11:34 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1249 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aCnh7-0005ds-LF; Sat, 26 Dec 2015 07:11:34 -0500 Date: Sat, 26 Dec 2015 14:12:18 +0200 Message-Id: <83mvsxif31.fsf@gnu.org> From: Eli Zaretskii To: Ivan Shmakov In-reply-to: <87bn9dzcr4.fsf_-_@violet.siamics.net> (message from Ivan Shmakov on Sat, 26 Dec 2015 11:10:39 +0000) Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr References: <87iotrfbi6.fsf@nbtrap.com> <87y51wyk97.fsf@building.gnus.org> <87a9ecqgnz.fsf@nbtrap.com> <871taazay0.fsf@gnus.org> <87bn9dzcr4.fsf_-_@violet.siamics.net> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 16415 Cc: 16415@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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: Ivan Shmakov > Date: Sat, 26 Dec 2015 11:10:39 +0000 > > >>>>> Lars Ingebrigtsen writes: > >>>>> Lars Magne Ingebrigtsen writes: > >>>>> nbtrap@nbtrap.com writes: > >>>>> Lars Ingebrigtsen writes: > > >>>> The patch looks good, but it's big enough that the FSF needs a > >>>> copyright assignment, I think. Do you have one of those on file? > > >>> Yes, but I'm waiting for a disclaimer from my new employer. Should > >>> have it soon. > > >> Was there any progress on this? > > > More information was requested, but no response was given within a > > few months, so I'm closing this bug report. If the problem still > > exists, please reopen this bug report. > > I can confirm that the issue still exists as of 1dcf9a5d2a72 > (2015-12-22 17:02:30 UTC.) Check the HTML MIMEd; for instance, > when issued at BOB, shr-next-link correctly moves the point to > ‘f’. When issued one more time from here, it reports “No next > link” (although there is.) Nathan still doesn't have assignment on file, though, and he's already exhausted the amount of contributions we can accept without legal paperwork. So we cannot use his patch, unfortunately. From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 26 07:41:05 2015 Received: (at 16415) by debbugs.gnu.org; 26 Dec 2015 12:41:05 +0000 Received: from localhost ([127.0.0.1]:36855 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCo9f-000115-Tf for submit@debbugs.gnu.org; Sat, 26 Dec 2015 07:41:05 -0500 Received: from fely.am-1.org ([78.47.74.50]:60351) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCo9b-00010X-AW for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 07:41:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=siamics.net; s=a2013295; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:Sender:References:Subject:To:From; bh=SofuOzJ+4CE5Yu5bdvHWDG8T2cv7NhLICgfzSxRENAE=; b=qRdpvfKXLCnMjV4a7oYwYq7g6KmG95zXolvakLpkw17Ep/03vQmSXCRE5DoxqMx+IRMTRB+9fMf7hLGWALtkEJiHLE6AoDPWx0tnOzXNwKRwN7LhVjc9u7oxSHqZxeSTYDQYVlTq/WLzgSGtLca4sie3coZEXiK3Iu2LfLjX2rA=; Received: from violet.siamics.net ([2001:470:1f13:1eb::1:1d]) by fely.am-1.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aCo9a-0002Nh-Gm for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 12:40:58 +0000 Received: from localhost ([::1] helo=violet.siamics.net) by violet.siamics.net with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aCo9T-00012B-NW for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 19:40:51 +0700 From: Ivan Shmakov To: 16415@debbugs.gnu.org Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr References: <87iotrfbi6.fsf@nbtrap.com> <87y51wyk97.fsf@building.gnus.org> <87a9ecqgnz.fsf@nbtrap.com> <871taazay0.fsf@gnus.org> <87bn9dzcr4.fsf_-_@violet.siamics.net> <83mvsxif31.fsf@gnu.org> Date: Sat, 26 Dec 2015 12:40:51 +0000 In-Reply-To: <83mvsxif31.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 26 Dec 2015 14:12:18 +0200") Message-ID: <874mf5z8ks.fsf@violet.siamics.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 16415 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 (/) >>>>> Eli Zaretskii writes: >>>>> From: Ivan Shmakov Date: Sat, 26 Dec 2015 11:10:39 +0000 >>>>> Lars Ingebrigtsen writes: [=E2=80=A6] >>> More information was requested, but no response was given within a >>> few months, so I'm closing this bug report. If the problem still >>> exists, please reopen this bug report. >> I can confirm that the issue still exists as of 1dcf9a5d2a72 >> (2015-12-22 17:02:30 UTC.) Check the HTML MIMEd; for instance, when >> issued at BOB, shr-next-link correctly moves the point to =E2=80=98f=E2= =80=99. When >> issued one more time from here, it reports =E2=80=9CNo next link=E2=80= =9D (although >> there is.) > Nathan still doesn't have assignment on file, though, and he's > already exhausted the amount of contributions we can accept without > legal paperwork. So we cannot use his patch, unfortunately. We aren=E2=80=99t supposed to close bug reports merely because they have no patches we can accept, are we? There is also my own patch for the issue at #19560 (one made before I=E2=80=99ve got aware of #16415), but it had some flaws, ISTR. --=20 FSF associate member #7257 http://am-1.org/~ivan/ =E2=80=A6 3013 B6A0= 230E 334A From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 26 08:02:04 2015 Received: (at 16415) by debbugs.gnu.org; 26 Dec 2015 13:02:04 +0000 Received: from localhost ([127.0.0.1]:36966 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCoU0-000518-0B for submit@debbugs.gnu.org; Sat, 26 Dec 2015 08:02:04 -0500 Received: from eggs.gnu.org ([208.118.235.92]:43889) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCoTy-00050C-EC for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 08:02:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCoTq-0006MM-8F for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 08:01:57 -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,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCoTq-0006MI-53; Sat, 26 Dec 2015 08:01:54 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1277 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aCoTp-0007rK-Gs; Sat, 26 Dec 2015 08:01:53 -0500 Date: Sat, 26 Dec 2015 15:02:39 +0200 Message-Id: <83k2o1icr4.fsf@gnu.org> From: Eli Zaretskii To: Ivan Shmakov In-reply-to: <874mf5z8ks.fsf@violet.siamics.net> (message from Ivan Shmakov on Sat, 26 Dec 2015 12:40:51 +0000) Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr References: <87iotrfbi6.fsf@nbtrap.com> <87y51wyk97.fsf@building.gnus.org> <87a9ecqgnz.fsf@nbtrap.com> <871taazay0.fsf@gnus.org> <87bn9dzcr4.fsf_-_@violet.siamics.net> <83mvsxif31.fsf@gnu.org> <874mf5z8ks.fsf@violet.siamics.net> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 16415 Cc: 16415@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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: Ivan Shmakov > Date: Sat, 26 Dec 2015 12:40:51 +0000 > > > Nathan still doesn't have assignment on file, though, and he's > > already exhausted the amount of contributions we can accept without > > legal paperwork. So we cannot use his patch, unfortunately. > > We aren’t supposed to close bug reports merely because they have > no patches we can accept, are we? Did I say that? From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 26 08:08:10 2015 Received: (at 16415) by debbugs.gnu.org; 26 Dec 2015 13:08:10 +0000 Received: from localhost ([127.0.0.1]:36989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCoZt-0005DP-Ti for submit@debbugs.gnu.org; Sat, 26 Dec 2015 08:08:10 -0500 Received: from fely.am-1.org ([78.47.74.50]:60359) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCoZr-0005DG-M2 for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 08:08:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=siamics.net; s=a2013295; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:Sender:References:Subject:To:From; bh=TpDrb94htuBhhS4k2tZ70KemwwHAY6a5K2dCOP/N3Js=; b=rSauot1T0WTYrMQtJbAfFmNe3g5I7pVQIP53jloxSOxoeaifGWXEQsv8xSdDKYYCdyiyv0yFIpc7oOr2lRJ38lyZZiZRwO5nx9zVl6lBG4GnkO/ogU26HLj1W6gH0RIgWa+IDRIgi4ioOfOkIV2wj9ggzl65sAN+kzWTUcNkWQg=; Received: from violet.siamics.net ([2001:470:1f13:1eb::1:1d]) by fely.am-1.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aCoZr-0002ax-5m for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 13:08:07 +0000 Received: from localhost ([::1] helo=violet.siamics.net) by violet.siamics.net with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aCoZk-00015r-DE for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 20:08:00 +0700 From: Ivan Shmakov To: 16415@debbugs.gnu.org Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr References: <87iotrfbi6.fsf@nbtrap.com> <87y51wyk97.fsf@building.gnus.org> <87a9ecqgnz.fsf@nbtrap.com> <871taazay0.fsf@gnus.org> <87bn9dzcr4.fsf_-_@violet.siamics.net> <83mvsxif31.fsf@gnu.org> <874mf5z8ks.fsf@violet.siamics.net> <83k2o1icr4.fsf@gnu.org> Date: Sat, 26 Dec 2015 13:07:59 +0000 In-Reply-To: <83k2o1icr4.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 26 Dec 2015 15:02:39 +0200") Message-ID: <87si2pxsr4.fsf@violet.siamics.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 16415 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 (/) >>>>> Eli Zaretskii writes: >>>>> From: Ivan Shmakov Date: Sat, 26 Dec 2015 12:40:51 +0000 >>> Nathan still doesn't have assignment on file, though, and he's >>> already exhausted the amount of contributions we can accept without >>> legal paperwork. So we cannot use his patch, unfortunately. >> We aren=E2=80=99t supposed to close bug reports merely because they hav= e no >> patches we can accept, are we? > Did I say that? Well, no, but I didn=E2=80=99t say anything about the patch in the message you=E2=80=99ve replied to, either. EOUTOFSYNC on the part of the parties involved, apparently. --=20 FSF associate member #7257 http://am-1.org/~ivan/ =E2=80=A6 3013 B6A0= 230E 334A From unknown Sun Aug 10 07:14:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Did not alter fixed versions and reopened. Date: Sat, 26 Dec 2015 13:09:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # Did not alter fixed versions and reopened. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 26 08:09:45 2015 Received: (at 16415) by debbugs.gnu.org; 26 Dec 2015 13:09:45 +0000 Received: from localhost ([127.0.0.1]:37004 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCobQ-0005HF-RH for submit@debbugs.gnu.org; Sat, 26 Dec 2015 08:09:44 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:39953) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCobP-0005H3-Hg for 16415@debbugs.gnu.org; Sat, 26 Dec 2015 08:09:43 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCob3-0007J3-Pk; Sat, 26 Dec 2015 14:09:21 +0100 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr References: <87iotrfbi6.fsf@nbtrap.com> <87y51wyk97.fsf@building.gnus.org> <87a9ecqgnz.fsf@nbtrap.com> <871taazay0.fsf@gnus.org> <87bn9dzcr4.fsf_-_@violet.siamics.net> <83mvsxif31.fsf@gnu.org> <874mf5z8ks.fsf@violet.siamics.net> <83k2o1icr4.fsf@gnu.org> Date: Sat, 26 Dec 2015 14:09:20 +0100 In-Reply-To: <83k2o1icr4.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 26 Dec 2015 15:02:39 +0200") Message-ID: <87vb7l4arj.fsf@gnus.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-MailScanner-ID: 1aCob3-0007J3-Pk X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451740162.47215@y60Sjk9rnjY7EUwLFqjKiA X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16415 Cc: 16415@debbugs.gnu.org, Ivan Shmakov 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 (/) Eli Zaretskii writes: >> From: Ivan Shmakov >> Date: Sat, 26 Dec 2015 12:40:51 +0000 >>=20 >> > Nathan still doesn't have assignment on file, though, and he's >> > already exhausted the amount of contributions we can accept without >> > legal paperwork. So we cannot use his patch, unfortunately. >>=20 >> We aren=92t supposed to close bug reports merely because they have >> no patches we can accept, are we? > > Did I say that? I've reopened it again. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 28 16:21:41 2015 Received: (at 16415) by debbugs.gnu.org; 28 Dec 2015 21:21:42 +0000 Received: from localhost ([127.0.0.1]:46810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aDfEb-0007nu-Jl for submit@debbugs.gnu.org; Mon, 28 Dec 2015 16:21:41 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:53765) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aDfEZ-0007nf-0a for 16415@debbugs.gnu.org; Mon, 28 Dec 2015 16:21:40 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aDfEA-0006EB-HC; Mon, 28 Dec 2015 22:21:14 +0100 From: Lars Ingebrigtsen To: Ivan Shmakov Subject: Re: bug#16415: 24.3.50; Handle contiguous links correctly in shr References: <87iotrfbi6.fsf@nbtrap.com> <87y51wyk97.fsf@building.gnus.org> <87a9ecqgnz.fsf@nbtrap.com> <871taazay0.fsf@gnus.org> <87bn9dzcr4.fsf_-_@violet.siamics.net> Date: Mon, 28 Dec 2015 22:21:13 +0100 In-Reply-To: <87bn9dzcr4.fsf_-_@violet.siamics.net> (Ivan Shmakov's message of "Sat, 26 Dec 2015 11:10:39 +0000") Message-ID: <87a8ous20m.fsf@gnus.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-MailScanner-ID: 1aDfEA-0006EB-HC X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451942474.71125@m7LZCK1KV2o0FaJix3/P4w X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16415 Cc: 16415@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: -0.7 (/) Ivan Shmakov writes: > I can confirm that the issue still exists as of 1dcf9a5d2a72 > (2015-12-22 17:02:30 UTC.) Check the HTML MIMEd; for instance, > when issued at BOB, shr-next-link correctly moves the point to > =91f=92. When issued one more time from here, it reports =93No next > link=94 (although there is.) This has now been fixed in Emacs 25.1. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 28 16:21:42 2015 Received: (at control) by debbugs.gnu.org; 28 Dec 2015 21:21:42 +0000 Received: from localhost ([127.0.0.1]:46812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aDfEb-0007nw-Rt for submit@debbugs.gnu.org; Mon, 28 Dec 2015 16:21:42 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:53768) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aDfEZ-0007nh-F0 for control@debbugs.gnu.org; Mon, 28 Dec 2015 16:21:40 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aDfEE-0006ES-IK for control@debbugs.gnu.org; Mon, 28 Dec 2015 22:21:18 +0100 Date: Mon, 28 Dec 2015 22:21:17 +0100 Message-Id: <878u4es20i.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #16415 X-MailScanner-ID: 1aDfEE-0006ES-IK X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451942478.75984@Tm1+fiBZ+iccth5UjfvzGg X-Spam-Status: No X-Spam-Score: -0.7 (/) 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: -0.7 (/) tags 16415 fixed close 16415 25.1 From unknown Sun Aug 10 07:14:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 26 Jan 2016 12:24:03 +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