view info/dir @ 50357:e5a09c97e444

Include blockinput.h. (Vx_resource_name, Vx_resource_class, Qx_frame_parameter) (Qx_resource_name, Qface_set_after_frame_default): Define vars here. (Qauto_raise, Qauto_lower, ...): Define all frame parameter related vars here. (struct frame_parm_table, frame_parms): New table for describing frame parameters and their associated Q-variable. The order of the parameters corresponds to the sequence of the frame_parm_handlers table in redisplay_interface. (x_fullscreen_move, x_set_frame_parameters) (x_report_frame_params, x_set_fullscreen, x_set_line_spacing) (x_set_screen_gamma, x_set_font, x_set_fringe_width) (x_set_border_width, x_set_internal_border_width, x_set_visibility) (x_set_autoraise, x_set_autolower, x_set_unsplittable) (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type): Generic functions for processing of frame parameters. (validate_x_resource_name, xrdb_get_resource, Fx_get_resource) (display_x_get_resource, x_get_resource_string): Functions for generic access to X resources. (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg) (x_default_parameter, Fx_parse_geometry): Functions for generic access to frame parameters. (x_figure_window_size): Generic calculation of frame size. Fixed to add space needed for tool bar. Also setup size_hint_flags. (syms_of_frame): Intern and staticpro frame parameter variables. Defvar_lisp Vx_resource_class and Vx_resource_name here. Defsubr Sx_get_resource and Sx_parse_geometry.
author Kim F. Storm <storm@cua.dk>
date Mon, 31 Mar 2003 20:33:58 +0000
parents 0dcc2162a55f
children 1415d5164b81 d7ddb3e565de
line wrap: on
line source

-*- Text -*-
This is the file .../info/dir, which contains the topmost node of the
Info hierarchy.  The first time you invoke Info you start off
looking at that node, which is (dir)Top.

File: dir	Node: Top	This is the top of the INFO tree

The Info Directory
******************

  The Info Directory is the top-level menu of major Info topics. 
  Type "d" in Info to return to the Info Directory.  Type "q" to exit Info.
  Type "?" for a list of Info commands, or "h" to visit an Info tutorial.
  Type "m" to choose a menu item--for instance, 
    "mEmacs<Return>" visits the Emacs manual.
  In Emacs Info, you can click mouse button 2 on a menu item or cross reference
  to follow it to its target.

* Menu: Each line that starts with a * is a topic you can select with "m".
  Every third topic has a red *.

* Info: (info).		How to use the documentation browsing system.

Emacs
* Emacs: (emacs).	The extensible self-documenting text editor.
* Emacs FAQ: (efaq).	Frequently Asked Questions about Emacs.
* Emacs Lisp Introduction: (eintr).
  			A simple introduction to Emacs Lisp programming.
* Elisp: (elisp).	The Emacs Lisp Reference Manual.

* CL: (cl).		Partial Common Lisp support for Emacs Lisp.
* Dired-X: (dired-x).   Dired Extra Features.
* Ediff: (ediff).	A visual interface for comparing and merging programs.
* PCL-CVS: (pcl-cvs).	Emacs front-end to CVS.
* Speedbar: (speedbar).	File/Tag summarizing utility.

* Ada mode: (ada-mode). Emacs mode for editing Ada code.
* CC mode: (ccmode).	Emacs mode for editing C, C++, Objective-C,
			  Java, Pike, and IDL code.
* Ebrowse: (ebrowse).	A C++ class browser for Emacs.
* IDLWAVE: (idlwave).	Major mode and shell for IDL and WAVE/CL files.

* Gnus: (gnus).		The news reader Gnus.
* Message: (message).	Mail and news composition mode that goes with Gnus.
* MH-E: (mh-e).		Emacs interface to the MH mail system.
* MIME: (emacs-mime).   Emacs MIME de/composition library.
* SC: (sc).		Supercite lets you cite parts of messages you're 
			  replying to, in flexible ways.

* Autotype: (autotype). Convenient features for text that you enter frequently
                          in Emacs.
* Calc: (calc). 	Advanced desk calculator and mathematical tool.
* Eshell: (eshell).	A command shell implemented in Emacs Lisp.
* EUDC: (eudc).		An Emacs client for directory servers (LDAP, PH).
* Forms: (forms).	Emacs package for editing data bases
			  by filling in forms.
* RefTeX: (reftex).	Emacs support for LaTeX cross-references and citations.
* Tramp: (tramp).	Transparent Remote (file) Access, Multiple Protocol.
                          Edit remote files via a remote shell (rsh,
                          ssh, telnet).
* Widget: (widget).     The "widget" package used by the Emacs Customization
                          facility.
* WoMan: (woman).       Browse UN*X Manual Pages "Wo (without) Man".

* VIPER: (viper).       The newest Emacs VI-emulation mode.
                          (also, A VI Plan for Emacs Rescue
                           or the VI PERil.)
* VIP: (vip).		An older VI-emulation for Emacs.