~ubuntu-branches/ubuntu/vivid/muse-el/vivid

« back to all changes in this revision

Viewing changes to lisp/muse-autoloads.el

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2007-06-25 08:17:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070625081744-h9xfz7c72h1pfyo6
Tags: 3.03-1ubuntu1
* Closes LP: #123907
* Sync with Debian.  Remaining changes:
  - Keep (add) manual.
* debian/control:
  - Set Ubuntu MOTU to be Maintainer and myself as
    XSBC-Original-Maintainer to silence warning.
* debian/rules;
  - Manual is now in texi/ directory.
  - Clean generated html files and info file for the manual.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
;;
3
3
;;; Code:
4
4
 
5
 
;;;### (autoloads (muse-latex-transform) "muse-convert" "muse-convert.el"
6
 
;;;;;;  (17431 5907))
7
 
;;; Generated autoloads from muse-convert.el
8
 
 
9
 
(autoload (quote muse-latex-transform) "muse-convert" "\
 
5
;;;### (autoloads nil "muse" "muse.el" (18037 27226))
 
6
;;; Generated autoloads from muse.el
 
7
 (add-to-list 'auto-mode-alist '("\\.muse\\'" . muse-mode-choose-mode))
 
8
 
 
9
;;;***
 
10
 
 
11
;;;### (autoloads (muse-colors-toggle-inline-images) "muse-colors"
 
12
;;;;;;  "muse-colors.el" (18034 56696))
 
13
;;; Generated autoloads from muse-colors.el
 
14
 
 
15
(autoload (quote muse-colors-toggle-inline-images) "muse-colors" "\
 
16
Toggle display of inlined images on/off.
 
17
 
 
18
\(fn)" t nil)
 
19
 
 
20
;;;***
 
21
 
 
22
;;;### (autoloads (muse-import-docbook-files muse-import-docbook)
 
23
;;;;;;  "muse-import-docbook" "muse-import-docbook.el" (18032 42352))
 
24
;;; Generated autoloads from muse-import-docbook.el
 
25
 
 
26
(autoload (quote muse-import-docbook) "muse-import-docbook" "\
 
27
Convert the Docbook buffer SRC to Muse, writing output in the DEST buffer.
 
28
 
 
29
\(fn SRC DEST)" t nil)
 
30
 
 
31
(autoload (quote muse-import-docbook-files) "muse-import-docbook" "\
 
32
Convert the Docbook file SRC to Muse, writing output to the DEST file.
 
33
 
 
34
\(fn SRC DEST)" t nil)
 
35
 
 
36
;;;***
 
37
 
 
38
;;;### (autoloads (muse-import-latex) "muse-import-latex" "muse-import-latex.el"
 
39
;;;;;;  (18032 42360))
 
40
;;; Generated autoloads from muse-import-latex.el
 
41
 
 
42
(autoload (quote muse-import-latex) "muse-import-latex" "\
10
43
Not documented
11
44
 
12
45
\(fn)" t nil)
14
47
;;;***
15
48
 
16
49
;;;### (autoloads (muse-message-markup) "muse-message" "../experimental/muse-message.el"
17
 
;;;;;;  (17431 5907))
 
50
;;;;;;  (18032 42614))
18
51
;;; Generated autoloads from ../experimental/muse-message.el
19
52
 
20
53
(autoload (quote muse-message-markup) "muse-message" "\
28
61
 
29
62
;;;***
30
63
 
31
 
;;;### (autoloads (muse-insert-tag muse-index muse-what-changed muse-previous-reference
 
64
;;;### (autoloads (muse-insert-tag muse-index muse-find-backlinks
 
65
;;;;;;  muse-search muse-search-with-command muse-what-changed muse-previous-reference
32
66
;;;;;;  muse-next-reference muse-follow-name-at-point-other-window
33
67
;;;;;;  muse-follow-name-at-point muse-browse-result muse-edit-link-at-point
34
 
;;;;;;  muse-mode) "muse-mode" "muse-mode.el" (17431 5907))
 
68
;;;;;;  muse-insert-relative-link-to-file muse-decrease-list-item-indentation
 
69
;;;;;;  muse-increase-list-item-indentation muse-insert-list-item
 
70
;;;;;;  muse-mode-choose-mode muse-mode) "muse-mode" "muse-mode.el"
 
71
;;;;;;  (18035 7037))
35
72
;;; Generated autoloads from muse-mode.el
36
73
 
37
74
(autoload (quote muse-mode) "muse-mode" "\
40
77
 
41
78
\(fn)" t nil)
42
79
 
 
80
(autoload (quote muse-mode-choose-mode) "muse-mode" "\
 
81
Turn the proper Emacs Muse related mode on for this file.
 
82
 
 
83
\(fn)" nil nil)
 
84
 
 
85
(autoload (quote muse-insert-list-item) "muse-mode" "\
 
86
Insert a list item at the current point, taking into account
 
87
your current list type and indentation level.
 
88
 
 
89
\(fn)" t nil)
 
90
 
 
91
(autoload (quote muse-increase-list-item-indentation) "muse-mode" "\
 
92
Increase the indentation of the current list item.
 
93
 
 
94
\(fn)" t nil)
 
95
 
 
96
(autoload (quote muse-decrease-list-item-indentation) "muse-mode" "\
 
97
Decrease the indentation of the current list item.
 
98
 
 
99
\(fn)" t nil)
 
100
 
 
101
(autoload (quote muse-insert-relative-link-to-file) "muse-mode" "\
 
102
Insert a relative link to a file, with optional description, at point.
 
103
 
 
104
\(fn)" t nil)
 
105
 
43
106
(autoload (quote muse-edit-link-at-point) "muse-mode" "\
44
107
Edit the current link.
45
108
Do not rename the page originally referred to.
52
115
\(fn STYLE &optional OTHER-WINDOW)" t nil)
53
116
 
54
117
(autoload (quote muse-follow-name-at-point) "muse-mode" "\
55
 
Visit the link at point, or insert a newline if none is found.
 
118
Visit the link at point.
56
119
 
57
120
\(fn &optional OTHER-WINDOW)" t nil)
58
121
 
68
131
 
69
132
(autoload (quote muse-previous-reference) "muse-mode" "\
70
133
Move backward to the next Muse link or URL, cycling if necessary.
 
134
In case of Emacs x <= 21 and ignoring of intangible properties (see
 
135
`muse-mode-intangible-links').
 
136
 
71
137
This function is not entirely accurate, but it's close enough.
72
138
 
73
139
\(fn)" t nil)
77
143
 
78
144
\(fn)" t nil)
79
145
 
 
146
(autoload (quote muse-search-with-command) "muse-mode" "\
 
147
Search for the given TEXT string in the project directories
 
148
using the specified command.
 
149
 
 
150
\(fn TEXT)" t nil)
 
151
 
 
152
(autoload (quote muse-search) "muse-mode" "\
 
153
Search for the given TEXT using the default grep command.
 
154
 
 
155
\(fn)" t nil)
 
156
 
 
157
(autoload (quote muse-find-backlinks) "muse-mode" "\
 
158
Grep for the current pagename in all the project directories.
 
159
 
 
160
\(fn)" t nil)
 
161
 
80
162
(autoload (quote muse-index) "muse-mode" "\
81
163
Display an index of all known Muse pages.
82
164
 
89
171
 
90
172
;;;***
91
173
 
92
 
;;;### (autoloads (muse-project-publish muse-project-find-file) "muse-project"
93
 
;;;;;;  "muse-project.el" (17431 5907))
 
174
;;;### (autoloads (muse-project-publish muse-project-publish-this-file
 
175
;;;;;;  muse-project-find-file) "muse-project" "muse-project.el"
 
176
;;;;;;  (18037 27554))
94
177
;;; Generated autoloads from muse-project.el
95
178
 
96
179
(autoload (quote muse-project-find-file) "muse-project" "\
102
185
 
103
186
\(fn NAME PROJECT &optional COMMAND DIRECTORY)" t nil)
104
187
 
 
188
(autoload (quote muse-project-publish-this-file) "muse-project" "\
 
189
Publish the currently-visited file according to `muse-project-alist',
 
190
prompting if more than one style applies.
 
191
 
 
192
If FORCE is given, publish the file even if it is up-to-date.
 
193
 
 
194
\(fn &optional FORCE)" t nil)
 
195
 
105
196
(autoload (quote muse-project-publish) "muse-project" "\
106
197
Publish the pages of PROJECT that need publishing.
107
198
 
110
201
;;;***
111
202
 
112
203
;;;### (autoloads (muse-browse-url) "muse-protocols" "muse-protocols.el"
113
 
;;;;;;  (17431 5999))
 
204
;;;;;;  (18032 42403))
114
205
;;; Generated autoloads from muse-protocols.el
115
206
 
116
207
(autoload (quote muse-browse-url) "muse-protocols" "\
121
212
 
122
213
;;;***
123
214
 
124
 
;;;### (autoloads (muse-publish-this-file muse-publish-file) "muse-publish"
125
 
;;;;;;  "muse-publish.el" (17431 5972))
 
215
;;;### (autoloads (muse-publish-this-file muse-publish-file muse-publish-region)
 
216
;;;;;;  "muse-publish" "muse-publish.el" (18037 26981))
126
217
;;; Generated autoloads from muse-publish.el
127
218
 
 
219
(autoload (quote muse-publish-region) "muse-publish" "\
 
220
Apply the given STYLE's markup rules to the given region.
 
221
The result is placed in a new buffer that includes TITLE in its name.
 
222
 
 
223
\(fn BEG END &optional TITLE STYLE)" t nil)
 
224
 
128
225
(autoload (quote muse-publish-file) "muse-publish" "\
129
 
Publish the given file in list FILES.
 
226
Publish the given FILE in a particular STYLE to OUTPUT-DIR.
130
227
If the argument FORCE is nil, each file is only published if it is
131
228
newer than the published version.  If the argument FORCE is non-nil,
132
229
the file is published no matter what.
134
231
\(fn FILE STYLE &optional OUTPUT-DIR FORCE)" t nil)
135
232
 
136
233
(autoload (quote muse-publish-this-file) "muse-publish" "\
137
 
Publish the page in the current file.
 
234
Publish the currently-visited file.
 
235
Prompt for both the STYLE and OUTPUT-DIR if they are not
 
236
supplied.
138
237
 
139
238
\(fn STYLE OUTPUT-DIR &optional FORCE)" t nil)
140
239
 
141
240
;;;***
142
241
 
143
242
;;;### (autoloads nil nil ("../contrib/cgi.el" "../contrib/httpd.el"
144
 
;;;;;;  "../experimental/muse-cite.el" "muse-book.el" "muse-colors.el"
145
 
;;;;;;  "muse-docbook.el" "muse-html.el" "muse-http.el" "muse-journal.el"
146
 
;;;;;;  "muse-latex.el" "muse-poem.el" "muse-regexps.el" "muse-texinfo.el"
147
 
;;;;;;  "muse-wiki.el" "muse-xml.el" "muse.el") (17708 19362 449163))
 
243
;;;;;;  "../experimental/muse-cite.el" "../experimental/muse-mathml.el"
 
244
;;;;;;  "../experimental/muse-protocol-iw.el" "../experimental/muse-split.el"
 
245
;;;;;;  "muse-backlink.el" "muse-book.el" "muse-docbook.el" "muse-groff.el"
 
246
;;;;;;  "muse-html.el" "muse-http.el" "muse-import-xml.el" "muse-journal.el"
 
247
;;;;;;  "muse-latex.el" "muse-latex2png.el" "muse-poem.el" "muse-regexps.el"
 
248
;;;;;;  "muse-texinfo.el" "muse-wiki.el" "muse-xml-common.el" "muse-xml.el")
 
249
;;;;;;  (18037 27643 480221))
148
250
 
149
251
;;;***
150
252
 
151
253
;;;### (autoloads (muse-blosxom-new-entry) "muse-blosxom" "muse-blosxom.el"
152
 
;;;;;;  (17431 5907))
 
254
;;;;;;  (18037 26515))
153
255
;;; Generated autoloads from muse-blosxom.el
154
256
 
155
257
(autoload (quote muse-blosxom-new-entry) "muse-blosxom" "\