GNU bug report logs - #3921
23.1.50; checkdoc allow uncapitalized info node links

Previous Next

Package: emacs;

Reported by: Kevin Ryde <user42 <at> zip.com.au>

Date: Fri, 24 Jul 2009 23:05:04 UTC

Severity: normal

Done: Kevin Ryde <user42 <at> zip.com.au>

Bug is archived. No further changes may be made.

Full log


Message #22 received at 3921 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Kevin Ryde <user42 <at> zip.com.au>
Cc: 3921 <at> debbugs.gnu.org, control <at> debbugs.gnu.org,
        Chong Yidong <cyd <at> stupidchicken.com>
Subject: Re: bug#3921: 23.1.50; checkdoc allow uncapitalized info node links
Date: Sat, 24 Oct 2009 21:02:12 -0400
> @@ -2017,11 +2020,11 @@
>  			 (not (and (= ?/ (char-after e))
>  				   (= ?/ (char-before b))))
>  			 (not (checkdoc-in-example-string-p begin end))
> -			 ;; info node
> -			 (not (save-excursion
> -				(goto-char b)
> -				(looking-back "\\<[Ii]nfo[ \t\n]+\\(node\\|anchor\\)[ \t\n]+`("
> -					      (line-beginning-position)))))
> +			 ;; info or url links left alone
> + 			 (not (thing-at-point-looking-at
> + 			       help-xref-info-regexp))
> +			 (not (thing-at-point-looking-at
> + 			       help-xref-url-regexp)))
>  		    (if (checkdoc-autofix-ask-replace
>  			 b e (format "Text %s should be capitalized.  Fix? "
>  				     text)

Looks good,


        Stefan



This bug report was last modified 15 years and 266 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.