Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
49172314
Commit
49172314
authored
Dec 29, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
bde4c7ce
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
3 deletions
+21
-3
etc/ChangeLog
etc/ChangeLog
+6
-0
etc/PROBLEMS
etc/PROBLEMS
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+7
-0
man/faq.texi
man/faq.texi
+1
-1
man/sending.texi
man/sending.texi
+2
-2
No files found.
etc/ChangeLog
View file @
49172314
2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-prin1.ps: Handle form feed better when ps-zebra-stripe-follow
is non-nil.
(printZebra, BeginPage): Code fix.
2000-12-15 Miles Bader <miles@gnu.org>
* DEBUG: Add note aboute using `inverse-video' to detect excessive
...
...
etc/PROBLEMS
View file @
49172314
This file describes various problems that have been encountered
in compiling, installing and running GNU Emacs.
* When using Xaw3d scroll bars without arrows, the very first mouse
click in a scroll bar might be ignored by the scroll bar widget. This
is probably a bug in Xaw3d; when Xaw3d is compiled with arrows, the
problem disappears.
* Some accented ISO-8859-1 characters or umlauts are displayed as | or _.
Try other font set sizes (S-mouse-1). If the problem persists with
...
...
lisp/ChangeLog
View file @
49172314
2000-12-29 Gerd Moellmann <gerd@gnu.org>
* mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
Use mail-mode-hook instead of mail-setup-hook. Otherwise
continuing an interrupted message with C-u C-x m for instence,
winds up in Mail mode without abbrevs.
2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
...
...
man/faq.texi
View file @
49172314
...
...
@@ -4892,7 +4892,7 @@ If you like, you can expand mail aliases as abbrevs, as soon as you
type them in. To enable this feature, execute the following:
@lisp
(add-hook 'mail-
setup
-hook 'mail-abbrevs-setup)
(add-hook 'mail-
mode
-hook 'mail-abbrevs-setup)
@end lisp
Note that the aliases are expanded automatically only after you type
...
...
man/sending.texi
View file @
49172314
...
...
@@ -323,7 +323,7 @@ you type them in (@pxref{Abbrevs}). To enable this feature, execute the
following:
@example
(add-hook 'mail-
setup
-hook 'mail-abbrevs-setup)
(add-hook 'mail-
mode
-hook 'mail-abbrevs-setup)
@end example
@noindent
...
...
@@ -349,7 +349,7 @@ afterward. However, you can rebind @kbd{C-n} and @kbd{M->} to cause
expansion as well. Here's how to do that:
@smallexample
(add-hook 'mail-
setup
-hook
(add-hook 'mail-
mode
-hook
(lambda ()
(substitute-key-definition
'next-line 'mail-abbrev-next-line
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment