Re: string freeze breakage



Danilo Segan <danilo@gnome.org> writes:

> Andrew Sobala <aes@gnome.org> writes:
>
>> I think it died with the typewriter era too, although a small number of
>> people try to keep it alive :)
>
> I think it lives because Emacs uses it to determine sentence-end
> (try C-h v sentence-end RET :).
>
> Though, some may use it for entirely different reasons. ;)

Here's how to fix that mistake:

  ;; get rid of annoying American double-spaced sentences

  (setq sentence-end "[.?!][]\"')]*\\($\\|\t\\| \\)[ \t\n]*")
  (setq sentence-end-double-space nil)


-- 
Ole Laursen
http://www.cs.auc.dk/~olau/



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