Re: Fringes

2005-10-03 Thread Richard M. Stallman
> That ought to be easy, so if you think this problem is hard, perhaps I > have missed the point. If the buffers that hold breakpoint icons are visible, it's straightforward. If they are not visible then I'm not sure what to do. Why do anything? What's the real problem? _

Re: Fringes

2005-10-02 Thread Nick Roberts
> If a buffer uses the default left fringe width, the variable > left-fringe-width is nil while the function window-fringes returns > information about the fringes of a window. So there appears to be > no way to determine the fringe width of a buffer that is not > currentl

Re: Fringes

2005-10-02 Thread Richard M. Stallman
If a buffer uses the default left fringe width, the variable left-fringe-width is nil while the function window-fringes returns information about the fringes of a window. So there appears to be no way to determine the fringe width of a buffer that is not currently displayed. W