Re: Spelling support doesn’t deal with ‘’’ correctly

2014-01-30 Fir de Conversatie Cesar Romani
On 08/03/2011 03:01 p.m., Dominique Pellé wrote: [...] I found the following patch which adds support of Hunspell dictionary in Vim: https://bugzilla.redhat.com/show_bug.cgi?id=219777 I tried the patch and it still works with latest vim-7.3.138 (I did not test it extensively yet). With

Re: Spelling support doesn’t deal with ‘’’ correctly

2011-03-11 Fir de Conversatie Ben Fritz
On Mar 11, 1:44 am, Nikolai Weibull n...@bitwi.se wrote: On Thu, Mar 10, 2011 at 17:15, Ben Fritz fritzophre...@gmail.com wrote: On Mar 8, 5:13 am, Nikolai Weibull n...@bitwi.se wrote: Also, I don’t understand what you say latin1 quotes, as it would be a lot clearer if you said ASCII

Re: Spelling support doesn’t deal with ‘’’ correctly

2011-03-11 Fir de Conversatie Nikolai Weibull
On Fri, Mar 11, 2011 at 16:56, Ben Fritz fritzophre...@gmail.com wrote: On Mar 11, 1:44 am, Nikolai Weibull n...@bitwi.se wrote: On Thu, Mar 10, 2011 at 17:15, Ben Fritz fritzophre...@gmail.com wrote: On Mar 8, 5:13 am, Nikolai Weibull n...@bitwi.se wrote: Also, I don’t understand what

Re: Spelling support doesn’t deal with ‘’’ correctly

2011-03-10 Fir de Conversatie Ben Fritz
On Mar 8, 5:13 am, Nikolai Weibull n...@bitwi.se wrote: Also, I don’t understand what you say latin1 quotes, as it would be a lot clearer if you said ASCII quotes.  (Latin1 doesn’t add any additional quotes.  That’s one of the main differences between latin1 and cp1252.) Still waiting

Re: Re: Spelling support doesn’t deal with ‘’’ correctly

2011-03-09 Fir de Conversatie Dominique Pellé
James Vega wrote: On Tue, Mar 8, 2011 at 3:01 PM, Dominique Pellé dominique.pe...@gmail.com wrote: Nikolai Weibull n...@bitwi.se wrote: On Wed, Dec 1, 2010 at 22:00, Nikolai Weibull n...@bitwi.se wrote: On Wed, Dec 1, 2010 at 21:12, Bram Moolenaar b...@moolenaar.net wrote: Nikolai Weibull

Re: Re: Spelling support doesn’t deal with ‘’’ correctly

2011-03-08 Fir de Conversatie Nikolai Weibull
On Wed, Dec 1, 2010 at 22:00, Nikolai Weibull n...@bitwi.se wrote: On Wed, Dec 1, 2010 at 21:12, Bram Moolenaar b...@moolenaar.net wrote: Nikolai Weibull wrote: Writing “Let’s begin …” marks the ‘s’ as a spelling error.  Writing “Let's begin …” works fine.  Is this a bug, or am I missing

Re: Re: Re: Spelling support doesn’t deal with ‘’’ correctly

2011-03-08 Fir de Conversatie Bram Moolenaar
Nikolai Weibull wrote: On Wed, Dec 1, 2010 at 22:00, Nikolai Weibull n...@bitwi.se wrote: On Wed, Dec 1, 2010 at 21:12, Bram Moolenaar b...@moolenaar.net wrote: Nikolai Weibull wrote: Writing “Let’s begin …†marks the ‘s’ as a spelling error.  Writing “Let's begin

Re: Re: Spelling support doesn’t deal with ‘’’ correctly

2011-03-08 Fir de Conversatie Dominique Pellé
Nikolai Weibull n...@bitwi.se wrote: On Wed, Dec 1, 2010 at 22:00, Nikolai Weibull n...@bitwi.se wrote: On Wed, Dec 1, 2010 at 21:12, Bram Moolenaar b...@moolenaar.net wrote: Nikolai Weibull wrote: Writing “Let’s begin …” marks the ‘s’ as a spelling error.  Writing “Let's begin …” works

Re: Re: Spelling support doesn’t deal with ‘’’ correctly

2011-03-08 Fir de Conversatie James Vega
On Tue, Mar 8, 2011 at 3:01 PM, Dominique Pellé dominique.pe...@gmail.com wrote: Nikolai Weibull n...@bitwi.se wrote: On Wed, Dec 1, 2010 at 22:00, Nikolai Weibull n...@bitwi.se wrote: On Wed, Dec 1, 2010 at 21:12, Bram Moolenaar b...@moolenaar.net wrote: Nikolai Weibull wrote: Writing

Re: Spelling support doesn’t deal with ‘’’ correctly

2010-12-01 Fir de Conversatie Mike Williams
On 01/12/2010 09:58, Nikolai Weibull wrote: On Tue, Nov 30, 2010 at 21:11, Bram Moolenaarb...@moolenaar.net wrote: Nikolai Weibull wrote: Writing “Let’s begin …” marks the ‘s’ as a spelling error. Writing “Let's begin …” works fine. Is this a bug, or am I missing something? You are

Re: Spelling support doesn’t deal with ‘’’ correctly

2010-12-01 Fir de Conversatie Mike Williams
On 01/12/2010 11:18, Nikolai Weibull wrote: On Wed, Dec 1, 2010 at 12:05, Mike Williams mike.willi...@globalgraphics.com wrote: If the spell lists are in 7-bit ASCII then applying a Unicode to ASCII conversion should map U+2019 to U+0027 and make spell DWIM. What do you mean by ”applying a

Re: Spelling support doesn’t deal with ‘’’ correctly

2010-12-01 Fir de Conversatie Mike Williams
On 01/12/2010 12:37, Nikolai Weibull wrote: On Wed, Dec 1, 2010 at 13:28, Mike Williams mike.willi...@globalgraphics.com wrote: On 01/12/2010 11:18, Nikolai Weibull wrote: On Wed, Dec 1, 2010 at 12:05, Mike Williams mike.willi...@globalgraphics.comwrote: If the spell lists are in 7-bit

Re: Re: Spelling support doesn’t deal with ‘’ ’ correctly

2010-12-01 Fir de Conversatie Nikolai Weibull
On Wed, Dec 1, 2010 at 21:12, Bram Moolenaar b...@moolenaar.net wrote: Nikolai Weibull wrote: Writing “Let’s begin …” marks the ‘s’ as a spelling error.  Writing “Let's begin …” works fine.  Is this a bug, or am I missing something? You are using weird quotes from cp1252.  The spell

Re: Spelling support doesn’t deal with ‘’ ’ correctly

2010-11-30 Fir de Conversatie Peter Odding
Writing “Let’s begin …” marks the ‘s’ as a spelling error. Writing “Let's begin …” works fine. Is this a bug, or am I missing something? The spelling dictionaries only contain ASCII quotes and Vim doesn't change that. This has annoyed me as well but not enough to fix the problem. To do so