bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4153: sentence-end properly constructed now?


From: Dave =?UTF-8?Q?T=C3=A4ht
Subject: bug#4153: sentence-end properly constructed now?
Date: Thu, 27 Aug 2009 18:04:35 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


I am curious if this bug resolves the problem I was encountering with
sentence-forward and sentence-backward in the post 22 versions of emacs
I have had available to me. 

I also ran into it in http://www.emacswiki.org/emacs/auto-capitalize.el 
which irked me enough to try and find the cause of the problem. 

Is sentence-end getting properly constructed now?

... elided ...
;; auto-capitalize.el 
;; 1 Jun 2009: It does not work with Aquamacs 1.7/GNUEmacs 22. Only the first 
word in the buffer 
;; (or the first word typed after mode activation) is capitalized. 
;; Maybe the code is too old (1998). -- Rikal

;; No.
;; The reason why this code bit is failing is that sentence-end is not
;; getting constructed for some reason in paragraphs.el: 

;; (message "%s" sentence-end) ;; returns null in the post 22 versions of emacs 
I tried.

;; According to the documentation, sentence-end is supposed to be automatically
;; constructed from the other regexps defined there. It isn't. I did not
;; dig any further. 

;; This also explains why sentence-forward and sentence-backward (M-e,
;; M-a respectively) are not working in the current emacs-snapshot. (I do not 
have
;; emacs 23.1 installed on the machine I am on, but this does sound like
;; it is also a problem in 23.1)

;; To keep me going I just did a:
;; (setq sentence-end "[.?!][]\"')]*\\($\\| $\\|\t\\| \\)[ \t\n]*" )
;; in my main .emacs file, and this makes auto-capitalization.el work for me.

;; Maybe this is related to bug 4153 which is reported as fixed in emacs head?
;; 28 Aug 2009 -- dtaht

- -- 
Dave Taht
http://the-edge.blogspot.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iEYEARECAAYFAkqXHxEACgkQpdejJcOV4uRU2gCguFaf5/CGeq/riyrB3tbFY8Cs
no8An0ELJkkXVml6xBzBqp7mdB+3TTJ0
=q/1C
-----END PGP SIGNATURE-----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]