Re: Make Specific Space Characters Visible

2012-05-29 Thread Bastien Dejean
Benjamin R. Haskell: > Your example worked for me if I first cleared syntax: In fact, it was working when the buffer's file type was not defined. > If you want them to work for all filetypes, you'll have to do something more > drastic. My first thought is the following -- try putting them in an

Re: Make Specific Space Characters Visible

2012-05-28 Thread Benjamin R. Haskell
On Sun, 27 May 2012, Ben Fritz wrote: On Saturday, May 26, 2012 6:14:33 AM UTC-5, Bastien Dejean wrote: Hi, I'd like to visualize specific space characters through the *conceal* mechanism. Here's my first (failed) attempt: syntax match ThreePerEmSpace " " conceal cchar=⅓ syntax match

Re: Make Specific Space Characters Visible

2012-05-27 Thread Ben Fritz
On Saturday, May 26, 2012 6:14:33 AM UTC-5, Bastien Dejean wrote: > Hi, > > I'd like to visualize specific space characters through the *conceal* > mechanism. > > Here's my first (failed) attempt: > > syntax match ThreePerEmSpace " " conceal cchar=⅓ > syntax match FourPerEmSpace " " conc

Make Specific Space Characters Visible

2012-05-26 Thread Bastien Dejean
Hi, I'd like to visualize specific space characters through the *conceal* mechanism. Here's my first (failed) attempt: syntax match ThreePerEmSpace " " conceal cchar=⅓ syntax match FourPerEmSpace " " conceal cchar=¼ Greetings, -- b.d (| |) ^ ^ -- You received this message from the