jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Report on new snapshot


On Tue, Mar 22, 2005 at 02:01:42PM -0500, John E. Davis wrote:
> Dave Kuhlman <dkuhlman@xxxxxxxxxxxxxxx> wrote:
> >    $ jed --help
> >    Segmentation fault
> 
> This is most likely a result of support for the windows DLL.
> Variables that were once initialized at compile time are now
> initialized at run-time.  When running in batch mode, the
> initializations are probably not taking place.
> 
> I will look into it this evening and post a patch.
> 
> [...]
> >4. When I do open file, I see the following message at the top of
> >   my Jed screen:
> >
> >       852/1148,3   9:46am----------------------------- [etc]
> >
> >   It's part of my status line, from the line number to the right.
> >   This happens even when I disable Wbf.
> 
> Does this happen when running via
> 
>    jed -n -e <editor-emulation>
> ?

No.  When I use:

    jed -n -e emacs

it does not write that stuff on the top line.  Rats.  That means
it's got something to do with my .jedrc, right.  I'll try to
narrow it down some.

[a bit later] I've found that if I add:

    enable_top_status_line (1);

to my .jedrc, it also does not appear.  But I'm guessing that is
only because the garbage is over-written when the cursor jumps to
the mini-buffer window and the menu is re-drawn.

[later still] Yes, it's definitely something in my .jedrc.  I copied
jed-B0.99-17.80/lib/jed.rc to my .jedrc., then made one change to it,
specifically, I un-commented:

    enable_top_status_line (0);

Then I have no top menu bar and no garbage.  Give me a little time
to try to localize it.

[even yet later] OK, I started with jed-B0.99-17.80/lib/jed.rc, copied it
to .jedrc, then copied in all my customizations.  Now, all my
customizations seem to work, and the garbage does not appear.  So, I
guess the problem was just my old .jedrc with stuff in it that was left
over from a previous version of Jed.

Also, the error message when I do kill buffer:

    /usr/local/jed/lib/mini.sl:40:next_mini_command:Run-Time Error

has gone away.


Dave

-- 
Dave Kuhlman
http://www.rexx.com/~dkuhlman

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]