jed-users mailing list

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

Re: Where is push_defaults?


Good morning, Gunther...

On Monday 03 April 2006 11:23 pm, G. Milde wrote:
 
> BTW, the current version is % 2005-10-05 1.5.3, but with anything newer than
> 1.4 you should be ok.

slang-2.0.6.tar.gz     1295 KB  	02/05/2006  	03:47:00 PM
jed-0.99-18.tar.gz  	949 KB  	04/02/2006      10:18:00 PM

Here's the files and time/date stamps which I installed above...

thinking it was something of importance, I took a brand-new Red Hat box
and re-installed from sources above. Here is the .jedrc file:

% require ("ispell_init");
require ("keydefs");

 unsetkey("^[1");
 define text_mode_hook()
%  {
%     flyspell_mode;
%	  }
	   unsetkey("^J");
	    setkey("center_line","^J");
		
		setkey("beg_of_line","\e[H");
		setkey("eol","\e[F");
		
		%setkey("beg_of_line","\e[H");
		%setkey("eol","\e[F");
		%setkey("beg_of_line","key_home");
		%setkey("eol","key_end");
		
As you can see, nothing really fancy. Most of it I learned from listening
to you and others on the Jed list. 8-) 

I downloaded :

menutils.sl
bufutils.sl
txtutils.sl
sl_utils.sl
vispell.sl
ispell.otl
look.sl
ispell_init.sl
ispell_common.sl

...and applied them to the Jed directory /usr/local/jed/lib

...and the minute I uncomment 'require ispell_init' and 'flyspell_mode, it
errors out with 'push_defaults is undefined'...

However, if I leave them commented out, ispell works flawlessly from the
menu. 

Harumph. 

Dave
-- 
Dave Laird (Dave@xxxxxxxxxx)
The Used Kharma Lot / The Phoenix Project 
                                           
An automatic & random fortune For the Minute from Unix fortunes:    
Might as well be frank, monsieur.  It would take a miracle to get you out
of Casablanca and the Germans have outlawed miracles.
		-- Casablanca


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


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