view man/anti.texi @ 30408:e3e2c9051c5f

Got rid of all byte-compiler warnings on Emacs. Add to the menu when the file is loaded, not in ada-mode-hook. Add -toolbar to the default ddd command Switches moved from ada-prj-default-comp-cmd and ada-prj-default-make-cmd to ada-prj-default-comp-opt (ada-add-ada-menu): Remove the map and name parameters Add the Ada Reference Manual to the menu (ada-check-current): rewritten as a call to ada-compile-current (ada-compile): Removed. (ada-compile-application, ada-compile-current, ada-check-current): Set the compilation-search-path so that compile.el automatically finds the sources in src_dir. Automatic scrollong of the compilation buffer. C-uC-cC-c asks for confirmation before compiling (ada-compile-current): New parameter, prj-field (ada-complete-identifier): Load the .ali file before doing processing (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to conform to gnatmake's behavior. (ada-find-file-in-dir): New function (ada-find-references): Set the environment variables for gnatfind (ada-find-src-file-in-dir): New function. (ada-first-non-nil): Removed (ada-gdb-application): Add support for jdb, the java debugger. (ada-get-ada-file-name): Load the original-file first if not done yet. (ada-get-all-references): Handles the new ali syntax (parent types are found between <>). (ada-initialize-runtime-library): New function (ada-mode-hook): Always load a project file when a file is opened, so that the casing exceptions are correctly read. (ada-operator-re): Add all missing operators ("abs", "rem", "**"). (ada-parse-prj-file): Use find-file-noselect instead of find-file to open the project file, since the latter does not work with speedbar Get default values before loading the prj file, or the default executable file name is wrong. Use the absolute value of src_dir to initialize ada-search-directories and compilation-search-path,... Add the standard runtime library to the search path for find-file. (ada-prj-default-debugger): Was missing an opening '{' (ada-prj-default-bind-opt, ada-prj-default-link-opt): New variables. (ada-prj-default-gnatmake-opt): New variable (ada-prj-find-prj-file): Handles non-file buffers For non-Ada buffers, the project file is the default one Save the windows configuration before displaying the menu. (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed (ada-read-identifier): Fix xrefs on operators (for "mod", "and", ...) regexp-quote identifiers names to support operators +, -,... in regexps. (ada-remote): New function. (ada-run-application): Erase the output buffer before starting the run Support remote execution of the application. Use call-process, or the arguments are incorrectly parsed (ada-set-default-project-file): Reread the content of the active project file, not the one from the current buffer When a project file is set as the default project, all directories are automatically associated with it. (ada-set-environment): New function (ada-treat-cmd-string): New special variable ${current} (ada-treat-cmd-string): Revised. The substitution is now done for any ${...} substring (ada-xref-current): If no body was found, compiles the spec instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the compiler to get rid of command line length limitations. (ada-xref-get-project-field): New function (ada-xref-project-files): New variable (ada-xref-runtime-library-specs-path) (ada-xref-runtime-library-ali-path): New variables (ada-xref-set-default-prj-values): Default run command now does a cd to the build directory. New field: main_unit Provide a default file name even if the current buffer has no prj file.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 24 Jul 2000 11:13:11 +0000
parents ac7e9e5e2ccb
children e68fb610cc11
line wrap: on
line source

@c This is part of the Emacs manual.
@c Copyright (C) 1997, 1999 Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.

@node Antinews, MS-DOS, Command Arguments, Top
@appendix Emacs 19 Antinews

  For those users who live backwards in time, here is information about
downgrading to Emacs version 19.  We hope you will enjoy the greater
simplicity that results from the absence of certain Emacs 20 features.

@itemize @bullet
@item
The multibyte character and end-of-line conversion support have been
eliminated entirely.  (Some users consider this a tremendous
improvement.)  Character codes are limited to the range 0 through 255
and files imported onto Unix-like systems may have a ^M at the end of
each line to remind you to control MS-DOG type files.

@item
Fontsets, coding systems and input methods have been eliminated as well.

@item
The mode line normally displays the string @samp{Emacs}, in case you
forget what editor you are using.

@item
Scroll bars always appear on the right-hand side of the window.
This clearly separates them from the text in the window.

@item
The @kbd{M-x customize} feature has been replaced with a very simple
feature, @kbd{M-x edit-options}.  This shows you @emph{all} the user
options right from the start, so you don't have to hunt for the ones you
want.  It also provides a few commands, such as @kbd{s} and @kbd{x}, to
set a user option.

@item
The @key{DELETE} key does nothing special in Emacs 19 when you use it
after selecting a region with the mouse.  It does exactly the same thing
in that situation as it does at all other times: delete one character
backwards.

@item
@kbd{C-x C-w} no longer changes the major mode according to the new file
name.  If you want to change the mode, use @kbd{M-x normal-mode}.

@item
In Transient Mark mode, each window displays highlighting for the region
as it exists in that window.

@item
Outline mode doesn't use overlay properties; instead, it hides a line by
converting the preceding newline into code 015.  Magically, however, if
you save the file, the 015 character appears in the file as a newline.

@item
There is now a clever way you can activate the minibuffer recursively
even if @code{enable-recursive-minibuffers} is @code{nil}.  All you have
to do is @emph{switch windows} to a non-minibuffer window, and then use a
minibuffer command.  You can pile up any number of minibuffer levels
this way, but @kbd{M-x top-level} will get you out of all of them.

@item
We have removed the limit on the length of minibuffer history lists;
they now contain all the minibuffer arguments you have used since the
beginning of the session.

@item
Dynamic abbrev expansion now handles case conversion in a very simple
and straightforward way.  If you have requested preserving case, it
always converts the entire expansion to the case pattern of the abbrev
that you have typed in.

@item
The @code{compose-mail} command does not exist; @kbd{C-x m} now
runs @code{mail} directly.

@item
There is no way to quote a file name with special characters in it.
What you see is what you get: if the name looks remote, it is remote.

@item
@kbd{M-x grep-find} has been eliminated, because @code{grep} has never
been lost.

@ignore
@item
Truth in advertising: @kbd{M-x grep} by default uses @code{grep}, the
whole @code{grep}, and nothing but the @code{grep}.  If you want it to
use @code{zgrep}, you'll have to edit the search command by hand.
@end ignore

@item
Some Dired commands have been rearranged: two-character sequences
have been replaced with quick single-character commands:

@itemize @bullet
@item
For @code{dired-mark-executables}, type @kbd{*}.
@item
For @code{dired-mark-directories}, type @kbd{/}.
@item
For @code{dired-mark-symlinks}, type @kbd{@@}.
@item
For @code{dired-change-marks}, type @kbd{c}.
@item
For @code{dired-unmark-all-files}, type @kbd{C-M-?}.
@item
For @code{dired-unmark-all-marks}, type @kbd{C-M-? @key{RET}}.
@end itemize

But if you want to use @code{dired-flag-garbage-files}, @kbd{&}, you'll
just have to stop living in the past.

@item 
In C mode, you can now specify your preferred style for block comments.
If you want to use the style

@example
/*       
blah     
blah     
*/       
@end example

@noindent
then you should set the variable @code{c-block-comments-indent-p} to
@code{t}.

@item
To customize faces used by Font Lock mode, use the variable
@code{font-lock-face-attributes}.  See its documentation string for
details.

@item
For efficiency, Font Lock mode now uses by default the minimum supported
level of decoration for the selected major mode.

@item
If you kill a buffer, any registers holding saved positions in that
buffer are changed to point into limbo.

@item
The function @code{set-frame-font} has been renamed to
@code{set-default-font}.

@item
The variable @code{tex-main-file} doesn't exist.  Of course, you can
create the variable by setting it, but that won't do anything special.

@item
The @code{scroll-preserve-screen-position} variable has been eliminated;
and so has the feature that it controls.

@item
We have eliminated the functions @code{add-untranslated-filesystem} and
@code{remove-untranslated-filesystem}, and replaced them with a simpler
function, @code{using-unix-filesystems}.

@item
To keep up with decreasing computer memory capacity, many other
functions and files have been eliminated in Emacs 19.  There's no need
to mention them all here.  If you try to use one of them, you'll get an
error message to tell you that it is undefined or unbound.
@end itemize