troubles with ( and )

Michael Markert markert.michael at googlemail.com
Tue Oct 25 12:11:07 CEST 2011


On 25 Oct 2011, damien thiriet wrote:

> I forgot to mention another troublesetting: in normal mode, ( and )
> act exactly as { and }. When I press ), instead of skipping to the end
> of the sentence, it skips to the end of the paragraph.

The problem is that Emacs treats only ".  " (two spaces) as a sentence
end by default. The relevant vars are prefixed with `sentence-end'.

I think let-binding `sentence-end-double-space' to `nil' in
`evil-backward-sentence' and `evil-forward-sentence' will bring us
closer to vim behavior.

Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
Url : https://lists.ourproject.org/pipermail/implementations-list/attachments/20111025/a4c80905/attachment.pgp 


More information about the implementations-list mailing list