Mercurial > hg > xemacs-beta
view etc/PACKAGES @ 938:0391335b65dc
[xemacs-hg @ 2002-07-31 07:14:49 by michaels]
2002-07-17 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
Markus Kaltenbach <makalten@informatik.uni-tuebingen.de>
Mike Sperber <mike@xemacs.org>
configure flag to turn these changes on: --use-kkcc
First we added a dumpable flag to lrecord_implementation. It shows,
if the object is dumpable and should be processed by the dumper.
* lrecord.h (struct lrecord_implementation): added dumpable flag
(MAKE_LRECORD_IMPLEMENTATION): fitted the different makro definitions
to the new lrecord_implementation and their calls.
Then we changed mark_object, that it no longer needs a mark method for
those types that have pdump descritions.
* alloc.c:
(mark_object): If the object has a description, the new mark algorithm
is called, and the object is marked according to its description.
Otherwise it uses the mark method like before.
These procedures mark objects according to their descriptions. They
are modeled on the corresponding pdumper procedures.
(mark_with_description):
(get_indirect_count):
(structure_size):
(mark_struct_contents):
These procedures still call mark_object, this is needed while there are
Lisp_Objects without descriptions left.
We added pdump descriptions for many Lisp_Objects:
* extents.c: extent_auxiliary_description
* database.c: database_description
* gui.c: gui_item_description
* scrollbar.c: scrollbar_instance_description
* toolbar.c: toolbar_button_description
* event-stream.c: command_builder_description
* mule-charset.c: charset_description
* device-msw.c: devmode_description
* dialog-msw.c: mswindows_dialog_id_description
* eldap.c: ldap_description
* postgresql.c: pgconn_description
pgresult_description
* tooltalk.c: tooltalk_message_description
tooltalk_pattern_description
* ui-gtk.c: emacs_ffi_description
emacs_gtk_object_description
* events.c:
* events.h:
* event-stream.c:
* event-Xt.c:
* event-gtk.c:
* event-tty.c:
To write a pdump description for Lisp_Event, we converted every struct
in the union event to a Lisp_Object. So we created nine new
Lisp_Objects: Lisp_Key_Data, Lisp_Button_Data, Lisp_Motion_Data,
Lisp_Process_Data, Lisp_Timeout_Data, Lisp_Eval_Data,
Lisp_Misc_User_Data, Lisp_Magic_Data, Lisp_Magic_Eval_Data.
We also wrote makro selectors and mutators for the fields of the new
designed Lisp_Event and added everywhere these new abstractions.
We implemented XD_UNION support in (mark_with_description), so
we can describe exspecially console/device specific data with XD_UNION.
To describe with XD_UNION, we added a field to these objects, which
holds the variant type of the object. This field is initialized in
the appendant constructor. The variant is an integer, it has also to
be described in an description, if XD_UNION is used.
XD_UNION is used in following descriptions:
* console.c: console_description
(get_console_variant): returns the variant
(create_console): added variant initialization
* console.h (console_variant): the different console types
* console-impl.h (struct console): added enum console_variant contype
* device.c: device_description
(Fmake_device): added variant initialization
* device-impl.h (struct device): added enum console_variant devtype
* objects.c: image_instance_description
font_instance_description
(Fmake_color_instance): added variant initialization
(Fmake_font_instance): added variant initialization
* objects-impl.h (struct Lisp_Color_Instance): added color_instance_type
* objects-impl.h (struct Lisp_Font_Instance): added font_instance_type
* process.c: process_description
(make_process_internal): added variant initialization
* process.h (process_variant): the different process types
author | michaels |
---|---|
date | Wed, 31 Jul 2002 07:14:49 +0000 |
parents | bbfb58bc8dde |
children | b50ca4a52882 |
line wrap: on
line source
-*- Outline -*- This file is in Outline mode. It is best viewed under XEmacs. Press C-c C-o (Ctrl+c Ctrl+o) now to see a list of headings. To expand a heading: Put the cursor on the heading and press C-c C-s To collapse a heading: Press C-c C-d For general XEmacs navigation tips: Press C-h t Description of available packages ================================= Up-to-date as of May 15, 2001. ** Normal Packages ================== A very broad collection of elisp packages. *** Sun Support for Sparcworks. *** ada Ada language support. *** apel A Portable Emacs Library. Used by XEmacs MIME support. *** auctex Basic TeX/LaTeX support. *** bbdb The Big Brother Data Base *** build Build XEmacs using custom widgets. *** c-support Basic single-file add-ons for editing C code. *** calc Emacs calculator. *** calendar Calendar and diary support. *** cc-mode C, C++ and Java language support. *** cookie Spook and Yow (Zippy quotes). *** crisp Crisp/Brief emulation. *** debug GUD, gdb, dbx debugging support. *** dired The DIRectory EDitor is for manipulating, and running commands on files in a directory. *** edebug A Lisp debugger. *** ediff Interface over patch. *** edit-utils Single file lisp packages for various XEmacs goodies. Load this and weed out the junk you don't want. *** edt DEC EDIT/EDT emulation. *** efs Treat files on remote systems the same as local files. *** eicq ICQ Client developed and tested on Linux x86; only supported on that platform *** eieio Enhanced Implementation of Emacs Interpreted Objects *** elib Portable Emacs Lisp utilities library. *** emerge Another interface over patch. *** eshell Command shell implemented entirely in Emacs Lisp. *** eterm Terminal emulator. *** eudc Emacs Unified Directory Client (LDAP, PH). *** footnote Footnoting in mail message editing modes. *** forms Forms editing support (obsolete, use the built-in Widget instead). *** frame-icon Provide a WM icon based on major mode. *** fsf-compat FSF Emacs compatibility files. *** games Tetris, Sokoban, and Snake. *** gnats XEmacs bug reports. *** gnus The Gnus Newsreader and Mailreader. *** hm--html-menus HTML editing. *** idlwave Editing and Shell mode for the Interactive Data Language. *** igrep Enhanced front-end for Grep. *** ilisp Front-end for Inferior Lisp. *** ispell Spell-checking with ispell. *** jde Java language and development support. *** mail-lib Fundamental lisp files for providing email support. *** mailcrypt Support for messaging encryption with PGP. *** mew Messaging in an Emacs World. *** mh-e Front end support for MH. *** mine Minehunt. *** misc-games Other amusements and diversions. *** net-utils Miscellaneous Networking Utilities. This is a single-file package and files may be deleted at will. *** os-utils Miscellaneous single-file O/S utilities, for printing, archiving, compression, remote shells, etc. *** pc PC style interface emulation. *** pcl-cvs CVS frontend. *** pcomplete Provides programmatic completion. *** prog-modes Miscellaneous single-file lisp files for various programming languages. *** ps-print-nomule Old, but no-Mule safe ps-print. *** psgml Validated HTML/SGML editing. *** reftex Emacs support for LaTeX cross-references, citations. *** rmail An obsolete Emacs mailer. If you do not already use it don't start. *** scheme Front-end support for Inferior Scheme. *** semantic Semantic bovinator. *** sgml SGML/Linuxdoc-SGML editing. *** sh-script Support for editing shell scripts. *** slider User interface tool. *** sounds-au XEmacs Sun sound files. *** sounds-wav XEmacs Microsoft sound files. *** speedbar Provides a separate frame with convenient references. *** strokes Mouse enhancement utility. *** supercite An Emacs citation tool. Useful with all Emacs Mailers and Newsreaders. *** texinfo XEmacs TeXinfo support. *** text-modes Various single file lisp packages for editing text files. *** textools Single-file TeX support. *** time Display time & date on the modeline. *** tm Emacs MIME support. Not needed for Gnus >= 5.8.0 *** tooltalk Support for building with Tooltalk. *** tpu DEC EDIT/TPU support. *** vc Version Control for Free systems. *** vc-cc Version Control for ClearCase. This package will shortly be replaced with clearcase.el *** vhdl Support for VHDL. *** view-process A Unix process browsing tool. *** viper VI emulation support. *** vm An Emacs mailer. *** w3 A Web browser. *** xemacs-base Fundamental XEmacs support. Install this unless you wish a totally naked XEmacs. *** xemacs-devel XEmacs Lisp developer support. This package contains utilities for supporting Lisp development. It is a single-file package so it may be tailored. *** xslt-process A minor mode for (X)Emacs which allows running an XSLT processor on a buffer. *** zenirc ZENIRC IRC Client. ** Mule Support (mule) ====================== MULti-lingual Enhancement. Support for world scripts such as Latin, Arabic, Cyrillic, Chinese, Japanese, Greek, Hebrew etc. To use these packages your XEmacs must be compiled with Mule support. *** edict Lisp Interface to EDICT, Kanji Dictionary. *** egg-its Wnn (4.2 and 6) support. SJ3 support. Must be installed prior to XEmacs build. *** leim Quail. Used for everything other than English and Japanese. *** locale Used for localized menubars (French and Japanese) and localized splash screens (Japanese). *** lookup Dictionary support *** mule-base Basic Mule support. Must be installed prior to building with Mule. *** skk Another Japanese Language Input Method. Can be used without a separate process running as a dictionary server.