aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2013-01-09 00:17:47 -0800
committerPaul Eggert2013-01-09 00:17:47 -0800
commit677d5c928c0da0fd0b3172d2ea023bc73777a06c (patch)
treecf7e210fb57613c89efcb184f3c9b1b86fdb40a9
parentb84e3dda5b63822f233732174f63e4854ca3f878 (diff)
downloademacs-677d5c928c0da0fd0b3172d2ea023bc73777a06c.tar.gz
emacs-677d5c928c0da0fd0b3172d2ea023bc73777a06c.zip
Spelling fixes.
* lisp/net/tramp-adb.el (tramp-adb-get-toolbox): Fix misspelling of 'unknown'.
-rw-r--r--doc/misc/htmlfontify.texi49
-rw-r--r--lisp/ChangeLog12
-rw-r--r--lisp/net/tramp-adb.el6
-rw-r--r--src/nsfns.m8
4 files changed, 41 insertions, 34 deletions
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi
index 911cdd3cd5f..6cb8942bf15 100644
--- a/doc/misc/htmlfontify.texi
+++ b/doc/misc/htmlfontify.texi
@@ -7,7 +7,7 @@
7 7
8@copying 8@copying
9This manual documents Htmlfontify, a source code -> crosslinked + 9This manual documents Htmlfontify, a source code -> crosslinked +
10formatted + syntax colorised html transformer. 10formatted + syntax colorized html transformer.
11 11
12Copyright @copyright{} 2002, 2003, 2013 Free Software Foundation, Inc. 12Copyright @copyright{} 2002, 2003, 2013 Free Software Foundation, Inc.
13 13
@@ -56,7 +56,7 @@ modify this GNU manual.''
56@menu 56@menu
57* Introduction:: About Htmlfontify. 57* Introduction:: About Htmlfontify.
58* Usage & Examples:: How to use Htmlfontify. 58* Usage & Examples:: How to use Htmlfontify.
59* Customisation:: Fine-tuning Htmlfontify's behaviour. 59* Customization:: Fine-tuning Htmlfontify's behaviour.
60* Requirements:: External programs used by Htmlfontify. 60* Requirements:: External programs used by Htmlfontify.
61* GNU Free Documentation License:: The license for this documentation. 61* GNU Free Documentation License:: The license for this documentation.
62* Index:: Index of contents. 62* Index:: Index of contents.
@@ -68,7 +68,7 @@ modify this GNU manual.''
68 68
69Htmlfontify provides a means of converting individual Emacs buffers, 69Htmlfontify provides a means of converting individual Emacs buffers,
70source files, or entire source trees to html, preserving formatting 70source files, or entire source trees to html, preserving formatting
71and Emacs colorisation / syntax highlighting as much as possible 71and Emacs colorization / syntax highlighting as much as possible
72through careful application of CSS stylesheets and html tags. 72through careful application of CSS stylesheets and html tags.
73 73
74It can also turn instances of functions, methods and (for some 74It can also turn instances of functions, methods and (for some
@@ -76,7 +76,7 @@ languages) variables and other constructs and items into links
76to their definitions, and create an index file (or files) of 76to their definitions, and create an index file (or files) of
77all such symbols, also linked to their points of definition. 77all such symbols, also linked to their points of definition.
78 78
79Htmlfontify also provides several customisation items, which should 79Htmlfontify also provides several customization items, which should
80allow it to mesh more-or-less seamlessly with various templating or 80allow it to mesh more-or-less seamlessly with various templating or
81publishing systems (in the event, for instance, that you don't want 81publishing systems (in the event, for instance, that you don't want
82to produce the html pages directly). 82to produce the html pages directly).
@@ -93,7 +93,7 @@ batch mode.
93@menu 93@menu
94* Interactive:: Using Htmlfontify interactively. 94* Interactive:: Using Htmlfontify interactively.
95* Non-interactive:: Using Htmlfontify from elisp. 95* Non-interactive:: Using Htmlfontify from elisp.
96* Variables:: Variables (other than customisation entries). 96* Variables:: Variables (other than customization entries).
97* Data Structures:: Important data structures. 97* Data Structures:: Important data structures.
98* Examples:: Example(s) of Htmlfontify in use. 98* Examples:: Example(s) of Htmlfontify in use.
99@end menu 99@end menu
@@ -236,7 +236,7 @@ color map specified, otherwise it uses Htmlfontify's built in map.
236@end lisp 236@end lisp
237 237
238Return a @code{defface} style alist of possible specifications for 238Return a @code{defface} style alist of possible specifications for
239@var{face}, with any entries resulting from user customisation 239@var{face}, with any entries resulting from user customization
240(@code{custom-set-faces}) taking precedence. 240(@code{custom-set-faces}) taking precedence.
241 241
242See also: @ref{hfy-default-face-def} 242See also: @ref{hfy-default-face-def}
@@ -268,10 +268,10 @@ does things like deferring fontification until a section of the buffer is
268exposed and rendered, or until Emacs is idle for a while. Sometimes, in 268exposed and rendered, or until Emacs is idle for a while. Sometimes, in
269non-interactive circumstances, or if it can't see X, it doesn't bother 269non-interactive circumstances, or if it can't see X, it doesn't bother
270with some of the harder stuff. While this is all great from the perspective 270with some of the harder stuff. While this is all great from the perspective
271of a user waiting for Emacs to load a 20000 line file and colorise it, 271of a user waiting for Emacs to load a 20000 line file and colorize it,
272it's a pain from the point of view from non-interactive code. This function 272it's a pain from the point of view from non-interactive code. This function
273lies, cheats, steals and generally bullies Emacs into fontifying a buffer 273lies, cheats, steals and generally bullies Emacs into fontifying a buffer
274from start to finish, with all the extra frills, whether it thinks it nneds 274from start to finish, with all the extra frills, whether it thinks it needs
275to or not. Oh yes: it operates on the current buffer. 275to or not. Oh yes: it operates on the current buffer.
276 276
277@item hfy-link-style-string 277@item hfy-link-style-string
@@ -861,7 +861,7 @@ As per @ref{hfy-color} but for background colors.
861(hfy-kludge-cperl-mode) 861(hfy-kludge-cperl-mode)
862@end lisp 862@end lisp
863 863
864cperl mode does its damndest not to do some of its fontification when not 864cperl mode does its best to not do some of its fontification when not
865in a windowing system---we try to trick it@dots{} 865in a windowing system---we try to trick it@dots{}
866 866
867@item hfy-href 867@item hfy-href
@@ -1044,7 +1044,7 @@ Convert an Emacs @code{:width} attribute to a CSS font-stretch attribute.
1044@section Variables 1044@section Variables
1045@cindex variables 1045@cindex variables
1046 1046
1047Important variables that are not customisation items: 1047Important variables that are not customization items:
1048 1048
1049@table @code 1049@table @code
1050 1050
@@ -1234,7 +1234,7 @@ main-content <=MAIN_CONTENT;\n" rtfm-section file style rtfm-section file))
1234 1234
1235;; Here's the function I actually call---it asks me for a section label, 1235;; Here's the function I actually call---it asks me for a section label,
1236;; and source and destination directories, and then binds a couple of 1236;; and source and destination directories, and then binds a couple of
1237;; customisation variable in a let before calling htmlfontify: 1237;; customization variable in a let before calling htmlfontify:
1238(defun rtfm-build-source-docs (section srcdir destdir) 1238(defun rtfm-build-source-docs (section srcdir destdir)
1239 (interactive 1239 (interactive
1240 "s section[eg- emacs / p4-blame]:\nD source-dir: \nD output-dir: ") 1240 "s section[eg- emacs / p4-blame]:\nD source-dir: \nD output-dir: ")
@@ -1252,11 +1252,11 @@ main-content <=MAIN_CONTENT;\n" rtfm-section file style rtfm-section file))
1252 (htmlfontify-copy-and-link-dir srcdir destdir ".src" ".html"))) 1252 (htmlfontify-copy-and-link-dir srcdir destdir ".src" ".html")))
1253@end lisp 1253@end lisp
1254 1254
1255@node Customisation 1255@node Customization
1256@chapter Customisation 1256@chapter Customization
1257@cindex variables (customisation) 1257@cindex variables (customization)
1258 1258
1259Htmlfontify provides the following variable and customisation entries: 1259Htmlfontify provides the following variable and customization entries:
1260 1260
1261@table @code 1261@table @code
1262@comment AUTOGENERATED BLOCK 1262@comment AUTOGENERATED BLOCK
@@ -1394,7 +1394,7 @@ when @ref{hfy-display-class} has been set (the normal Htmlfontify way of
1394extracting potentially non-current face information doesn't necessarily 1394extracting potentially non-current face information doesn't necessarily
1395work for @code{default}). 1395work for @code{default}).
1396 1396
1397For example, I customise this to: 1397For example, I customize this to:
1398 1398
1399@lisp 1399@lisp
1400((t :background "black" :foreground "white" :family "misc-fixed")) 1400((t :background "black" :foreground "white" :family "misc-fixed"))
@@ -1405,7 +1405,7 @@ For example, I customise this to:
1405@anchor{hfy-init-kludge-hooks} 1405@anchor{hfy-init-kludge-hooks}
1406 1406
1407List of functions to call when starting htmlfontify-buffer to do any 1407List of functions to call when starting htmlfontify-buffer to do any
1408kludging necessary to get highlighting modes to bahave as you want, even 1408kludging necessary to get highlighting modes to behave as you want, even
1409when not running under a window system. 1409when not running under a window system.
1410 1410
1411@item hfy-shell-file-name 1411@item hfy-shell-file-name
@@ -1421,7 +1421,7 @@ Currently this is only required/used when using GNU etags, see
1421@vindex hfy-optimisations 1421@vindex hfy-optimisations
1422@anchor{hfy-optimisations} 1422@anchor{hfy-optimisations}
1423 1423
1424Optimisations to turn on. So far, the following have been implemented: 1424Optimizations to turn on. So far, the following have been implemented:
1425 1425
1426@table @option 1426@table @option
1427@item merge-adjacent-tags 1427@item merge-adjacent-tags
@@ -1454,7 +1454,8 @@ Suppress hyperlinking between files highlighted by different modes.
1454 1454
1455@end table 1455@end table
1456 1456
1457Note: like compiler optimisations, these optimise the _output_ of the code, 1457Note: like compiler optimizations, these optimize the @emph{output} of
1458the code,
1458not the processing of the source itself, and are therefore likely to slow 1459not the processing of the source itself, and are therefore likely to slow
1459Htmlfontify down, at least a little. Except for skip-refontification, 1460Htmlfontify down, at least a little. Except for skip-refontification,
1460which can never slow you down, but may result in incomplete fontification. 1461which can never slow you down, but may result in incomplete fontification.
@@ -1470,7 +1471,7 @@ Regex to remove from the <style> a variant of an Htmlfontify CSS class.
1470@anchor{hfy-link-extn} 1471@anchor{hfy-link-extn}
1471 1472
1472File extension used for href links---useful where the Htmlfontify 1473File extension used for href links---useful where the Htmlfontify
1473output files are going to be processed again, with a rersulting change 1474output files are going to be processed again, with a resulting change
1474in file extension. If @code{nil}, then any code using this should fall back 1475in file extension. If @code{nil}, then any code using this should fall back
1475to @ref{hfy-extn}. 1476to @ref{hfy-extn}.
1476 1477
@@ -1570,16 +1571,16 @@ money are always welcome.
1570 1571
1571@item 1572@item
1572A copy of etags (exuberant-ctags or GNU etags). Htmlfontify attempts 1573A copy of etags (exuberant-ctags or GNU etags). Htmlfontify attempts
1573to autodetect the version you have and customise itself accordingly, 1574to autodetect the version you have and customize itself accordingly,
1574but you should be able to override this. 1575but you should be able to override this.
1575 1576
1576See: @ref{Customisation} 1577See: @ref{Customization}
1577 1578
1578@item 1579@item
1579A copy of find (e.g., GNU find) that provides the @code{-path} predicate. 1580A copy of find (e.g., GNU find) that provides the @code{-path} predicate.
1580 1581
1581You may be able to work around this with a suitable clever shell 1582You may be able to work around this with a suitable clever shell
1582command and the customisation entry: @ref{hfy-find-cmd} 1583command and the customization entry: @ref{hfy-find-cmd}
1583 1584
1584@item 1585@item
1585A copy of sed (e.g., GNU sed). 1586A copy of sed (e.g., GNU sed).
@@ -1603,7 +1604,7 @@ A copy of the @code{file} command.
1603@item Functions 1604@item Functions
1604@printindex fn 1605@printindex fn
1605 1606
1606@item Variables & Customisation 1607@item Variables & Customization
1607@printindex vr 1608@printindex vr
1608 1609
1609@end table 1610@end table
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ba5fc47a0b9..3f6244b5c91 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-01-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 Spelling fixes.
4 * net/tramp-adb.el (tramp-adb-get-toolbox):
5 Fix misspelling of 'unknown'.
6
12013-01-08 Juri Linkov <juri@jurta.org> 72013-01-08 Juri Linkov <juri@jurta.org>
2 8
3 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): 9 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
@@ -436,7 +442,7 @@
436 442
437 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun. 443 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
438 Suppress coloring, if possible (required for BusyBox based systems like 444 Suppress coloring, if possible (required for BusyBox based systems like
439 CynagenMod). 445 CyanogenMod).
440 (tramp-adb-handle-file-attributes) 446 (tramp-adb-handle-file-attributes)
441 (tramp-adb-handle-insert-directory) 447 (tramp-adb-handle-insert-directory)
442 (tramp-adb-handle-file-name-all-completions): Use it. 448 (tramp-adb-handle-file-name-all-completions): Use it.
@@ -11609,7 +11615,7 @@
11609 11615
116102012-03-16 Alan Mackenzie <acm@muc.de> 116162012-03-16 Alan Mackenzie <acm@muc.de>
11611 11617
11612 Further optimise the handling of large macros. 11618 Further optimize the handling of large macros.
11613 11619
11614 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a 11620 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
11615 limit to a call of `c-literal-limits'. 11621 limit to a call of `c-literal-limits'.
@@ -13261,7 +13267,7 @@
13261 13267
132622012-01-08 Alan Mackenzie <acm@muc.de> 132682012-01-08 Alan Mackenzie <acm@muc.de>
13263 13269
13264 Optimise font locking in long enum definitions. 13270 Optimize font locking in long enum definitions.
13265 13271
13266 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra 13272 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
13267 arm to a cond form to handle enums. 13273 arm to a cond form to handle enums.
diff --git a/lisp/net/tramp-adb.el b/lisp/net/tramp-adb.el
index d3a11a866c0..ab13d4cf442 100644
--- a/lisp/net/tramp-adb.el
+++ b/lisp/net/tramp-adb.el
@@ -372,14 +372,14 @@ pass to the OPERATION."
372 "ls"))) 372 "ls")))
373 373
374(defun tramp-adb-get-toolbox (vec) 374(defun tramp-adb-get-toolbox (vec)
375 "Get shell toolbox implementation: `toolbox' for orginal distributions 375 "Get shell toolbox implementation: `toolbox' for original distributions
376or `busybox' for CynagenMode based distributions" 376or `busybox' for CyanogenMod based distributions"
377 (with-tramp-connection-property vec "toolbox" 377 (with-tramp-connection-property vec "toolbox"
378 (tramp-message vec 5 "Checking shell toolbox implementation") 378 (tramp-message vec 5 "Checking shell toolbox implementation")
379 (cond 379 (cond
380 ((zerop (tramp-adb-command-exit-status vec "busybox")) 'busybox) 380 ((zerop (tramp-adb-command-exit-status vec "busybox")) 'busybox)
381 ((zerop (tramp-adb-command-exit-status vec "toolbox")) 'toolbox) 381 ((zerop (tramp-adb-command-exit-status vec "toolbox")) 'toolbox)
382 (t 'unkown)))) 382 (t 'unknown))))
383 383
384(defun tramp-adb--gnu-switches-to-ash 384(defun tramp-adb--gnu-switches-to-ash
385 (switches) 385 (switches)
diff --git a/src/nsfns.m b/src/nsfns.m
index 1750eb62cdf..fac61d2ab53 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -1503,12 +1503,12 @@ Optional arg DIR_ONLY_P, if non-nil, means choose only directories. */)
1503 [panel setDelegate: fileDelegate]; 1503 [panel setDelegate: fileDelegate];
1504 1504
1505 panelOK = 0; 1505 panelOK = 0;
1506 if (! NILP (dir_only_p)) 1506 if (! NILP (dir_only_p))
1507 { 1507 {
1508 [panel setCanChooseDirectories: YES]; 1508 [panel setCanChooseDirectories: YES];
1509 [panel setCanChooseFiles: NO]; 1509 [panel setCanChooseFiles: NO];
1510 } 1510 }
1511 1511
1512 block_input (); 1512 block_input ();
1513#if defined (NS_IMPL_COCOA) && \ 1513#if defined (NS_IMPL_COCOA) && \
1514 MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6 1514 MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
@@ -1519,7 +1519,7 @@ Optional arg DIR_ONLY_P, if non-nil, means choose only directories. */)
1519 [panel setNameFieldStringValue: [initS lastPathComponent]]; 1519 [panel setNameFieldStringValue: [initS lastPathComponent]];
1520 else 1520 else
1521 [panel setNameFieldStringValue: @""]; 1521 [panel setNameFieldStringValue: @""];
1522 1522
1523 ret = [panel runModal]; 1523 ret = [panel runModal];
1524#else 1524#else
1525 if (NILP (mustmatch) && NILP (dir_only_p)) 1525 if (NILP (mustmatch) && NILP (dir_only_p))
@@ -2147,7 +2147,7 @@ In case the execution fails, an error is signaled. */)
2147 [NSApp postEvent: nxev atStart: NO]; 2147 [NSApp postEvent: nxev atStart: NO];
2148 2148
2149 // If there are other events, the event loop may exit. Keep running 2149 // If there are other events, the event loop may exit. Keep running
2150 // until the script has been handeled. */ 2150 // until the script has been handled. */
2151 while (! NILP (as_script)) 2151 while (! NILP (as_script))
2152 [NSApp run]; 2152 [NSApp run];
2153 2153