jed-users mailing list

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

Re: What are these iso*.sl files?


On  6.06.06, Jörg Sommer wrote:
> Hallo G.,
> 
> "G. Milde" <g.milde@xxxxxx> wrote:
> > On  4.06.06, Jörg Sommer wrote:
> >> Hi,
> >> 
> >> does anyone know what are these iso*.sl files shipped with jed? None of
> >> them are used in a different file and as I can see jed starts happy
> >> without them. So why they are there?
> >
> > They are configuration files for the use of one of the iso-latin 8-bit
> > encodings. They are to be loaded in the users config file (jed.rc, say).
> 
> I never used the iso-latin.sl file. Where comes the configuration from
> when I not load this file?

It is missing. You may not have mentioned or you may have done it "by hand"
iso-*.sl does a set of define_case() and one define_word().

In my jed.rc, I use it with

#ifdef IBMPC_SYSTEM
require("dos437.sl");              % cp437 encoding (Umlaute und sz.)
#else
!if (_slang_utf8_ok)
  () = evalfile("iso-latin.sl");           % iso-latin1 encoding
% autoload("digraph_cmd",  "digraph");
#endif


Günter

--------------------------
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]