home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / dictionaries-common / README.jed-support < prev    next >
Encoding:
Text File  |  2004-04-19  |  1.2 KB  |  32 lines

  1. JED Support in dictionaries-common
  2. ----------------------------------
  3.  
  4. ***** NEWS *****
  5. A new improved jed interface to ispell has been included in package
  6. jed-extra (not officially released yet), which is compatible with
  7. dictionaries-common.  For those reasons the jed support in
  8. dictionaries-common has been removed.  The text below is not completely
  9. accurate and must be changed in the future.
  10. ****************
  11.  
  12. The JED support provided by the dictionaries-common package improves
  13. the native Ispell support in the jed package by adding a new
  14. interactive S-Lang command `ispell_change_dictionary'.  This function
  15. allows the user to change the Ispell dictionary that will be used in
  16. subsequent calls to the `ispell' command (normally bound to `M-$') and
  17. will do completion using the list of Ispell dictionaries that are
  18. currently installed in the system.
  19.  
  20. To set the default dictionary for all JED sessions put the line
  21.  
  22.     Ispell_Dictionary = "language";
  23.  
  24. in the ~/.jedrc file.  The available list of dictionaries is obtained
  25. by launching jed and typing:
  26.  
  27.     [M-x] ispell_change_dictionary [ENTER] [TAB]
  28.  
  29. The default value of the Ispell_Dictionary variable is "default".
  30.  
  31.  -- Rafael Laboissiere <rafael@debian.org>, Mon,  Sun Apr 28 15:19:20 CEST 2002
  32.