~ubuntu-branches/ubuntu/utopic/emacs-goodies-el/utopic

« back to all changes in this revision

Viewing changes to elisp/emacs-goodies-el/maplev.texi

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2011-11-07 22:47:20 UTC
  • mfrom: (4.1.26 sid)
  • Revision ID: package-import@ubuntu.com-20111107224720-ucl3yn8xpwtd4dpl
Tags: 35.2ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Add {hardy,jaunty,karmic,lucid,maverick,oneiric,precise}-proposed 
    distribution targets to dpkg-dev-el.
  - Add precise{,-proposed} distribution targets; drop out the oneieric
    non-proposed target, since uploads to the release pocket are not
    permitted for stable releases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
@c {{{ Header }}}
3
3
 
4
4
@setfilename maplev
5
 
@settitle MapleV Emacs Mode @value{edition}
6
 
 
7
 
@set edition 1.00
8
 
@set update-date 26 September 1999
 
5
@settitle MapleV Emacs Mode @value{EDITION}
 
6
 
 
7
@dircategory Emacs
 
8
@direntry
 
9
* maplev: (maplev). MapleV Emacs Mode
 
10
@end direntry
 
11
 
 
12
@c P.S. Galbraith: I don't have this file...
 
13
@c @include version.texi
9
14
 
10
15
@iftex
11
16
@tolerance 10000
12
17
@end iftex
13
18
 
14
 
@c $Id: maplev.texi,v 1.4 2009-12-05 13:49:01 psg Exp $
 
19
@c $Id: maplev.texi,v 1.7 2011-06-24 18:27:08 psg Exp $
15
20
 
16
21
@ifinfo
17
22
This file documents MapleV, a GNU Emacs major mode for developing code for
18
 
Maple V, a computer algebra system (CAS) produced by Waterloo Maple Inc.
 
23
Maple, a computer algebra system (CAS) produced by Waterloo Maple Inc.
19
24
 
20
25
Copyright (C) 1999
21
26
Joseph S. Riel
22
27
 
23
 
This edition is for MapleV version @value{edition}.
 
28
This edition is for MapleV version @value{EDITION}.
24
29
 
25
30
Permission is granted to make and distribute verbatim copies of
26
31
this manual provided the copyright notice and this permission notice
52
57
@titlepage
53
58
@title MapleV
54
59
@subtitle A GNU Emacs Mode for Maple Developers
55
 
@subtitle version @value{edition}
56
 
@subtitle @value{update-date}
 
60
@subtitle Edition @value{EDITION}, for MapleV Version @value{VERSION}
 
61
@subtitle @value{UPDATED}
57
62
  
58
63
@author Joseph S.@ Riel
59
64
@page
60
65
@vskip 0pt plus 1filll
61
 
Maple and Maple V are registered trademarks of Waterloo Maple Inc.@*
 
66
Maple is a registered trademarks of Waterloo Maple Inc.@*
62
67
 
63
68
Copyright @copyright{} 1999 Joseph S. Riel@*
64
69
 
93
98
@node top, Copying, (dir), (dir)
94
99
@top MapleV
95
100
 
96
 
MapleV is a GNU Emacs major mode for developing source code for @w{Maple
97
 
V}, a computer algebra system (CAS) marketed by @w{Waterloo Maple Inc}.
 
101
MapleV is a GNU Emacs major mode for developing source code for @w{Maple}, 
 
102
a computer algebra system (CAS) marketed by @w{Waterloo Maple Inc}.
98
103
In this manual @dfn{MapleV} refers to the Emacs major mode and
99
104
@dfn{Maple} to the CAS.  MapleV is written entirely in Emacs-Lisp and is
100
105
distributed under the GNU General Public License.
101
106
 
102
 
This is the documentation for MapleV version @value{edition}.
 
107
This is the documentation for MapleV version @value{VERSION}.
103
108
 
104
109
@end ifinfo
105
110
 
359
364
 
360
365
@c {{{endfold}}}
361
366
 
362
 
 
363
367
@c {{{ Indentation }}}
364
368
 
365
369
@node Indentation, Font Lock, Basics, top
748
752
 
749
753
@vtable @code
750
754
@item maplev-auto-fill-comment-flag
751
 
A boolen flag. If non-nil, the default, comment lines wrap as they are
 
755
A boolean flag. If non-nil, the default, comment lines wrap as they are
752
756
typed.  Wrapping, however, does not automatically start in an inline
753
757
comment; it must be invoked with @code{fill-paragraph}.
754
758
 
888
892
If non-nil then the name of the procedure is inserted as a comment to
889
893
the right of the closing @code{end} statement.
890
894
 
891
 
@item maplev-assigment-operator
 
895
@item maplev-assignment-operator
892
896
The string inserted by @code{maplev-insert-assignment-operator}.
893
897
The default value is @samp{ := }.
894
898
 
978
982
@item mint-info-level
979
983
An integer from 0 to 4 that selects the amount of information displayed
980
984
by Mint.  0 displays no information, 4 displays the most.  The default
981
 
value is 3.  This value can be set throught the menubar,
 
985
value is 3.  This value can be set through the menubar,
982
986
@kbd{Maplev -> Mint -> Mint level}.
983
987
 
984
988
@item mint-start-options
1016
1020
Incremental backward search (@code{isearch-backward}).
1017
1021
 
1018
1022
@item @key{RET}
1019
 
Reexecute the previous mint command (@code{mint-rerun}).
 
1023
Re-execute the previous mint command (@code{mint-rerun}).
1020
1024
 
1021
1025
@item @key{DEL}
1022
1026
Scroll down (@code{scroll-down}).
1070
1074
 
1071
1075
@node Running Maple, Cmaple mode, Maple, Maple
1072
1076
@section Running Maple
1073
 
@cindex Cmaple, runninng
 
1077
@cindex Cmaple, running
1074
1078
@cindex Running, Cmaple
1075
1079
 
1076
1080
@kindex C-c C-c b
1398
1402
(autoload 'maplev-mode "maplev" "Maple editing mode" t)
1399
1403
@end example
1400
1404
 
1401
 
To have Emacs automagically start in MapleV mode when editing Maple
 
1405
To have Emacs auto-magically start in MapleV mode when editing Maple
1402
1406
source, add the following to your @file{.emacs} file, modifying the
1403
1407
regex @file{.mpl} to an extension appropriate for your usage:
1404
1408