Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2d809ffa
Commit
2d809ffa
authored
May 08, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Plain Diff
Merge from emacs-24; up to 2012-12-27T17:59:21Z!rgm@gnu.org
parents
56cd351d
b01682fb
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
24 additions
and
10 deletions
+24
-10
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+10
-0
doc/emacs/custom.texi
doc/emacs/custom.texi
+1
-1
doc/emacs/sending.texi
doc/emacs/sending.texi
+1
-1
doc/emacs/trouble.texi
doc/emacs/trouble.texi
+3
-6
doc/emacs/windows.texi
doc/emacs/windows.texi
+1
-1
etc/MORE.STUFF
etc/MORE.STUFF
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/descr-text.el
lisp/descr-text.el
+1
-1
No files found.
doc/emacs/ChangeLog
View file @
2d809ffa
2013-05-09 Glenn Morris <rgm@gnu.org>
* sending.texi (Mail Sending): Fix typo.
* windows.texi (Change Window): Fix typo.
* custom.texi (Changing a Variable): Fix typo.
* trouble.texi (Contributing): Remove obsolete info re pretesters.
2013-05-05 Paul Eggert <eggert@cs.ucla.edu>
`write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
...
...
doc/emacs/custom.texi
View file @
2d809ffa
...
...
@@ -345,7 +345,7 @@ hidden, nor on subgroups that are hidden or not visible in the buffer.
@kindex C-x C-c @r{(customization buffer)}
@findex Custom-set
@findex Custom-save
The command @kbd{C-c C-c} (@code{Custom-set}) is equivalent using
to
The command @kbd{C-c C-c} (@code{Custom-set}) is equivalent
to
using
the @samp{[Set for Current Session]} button. The command @kbd{C-x
C-s} (@code{Custom-save}) is like using the @samp{[Save for Future
Sessions]} button.
...
...
doc/emacs/sending.texi
View file @
2d809ffa
...
...
@@ -374,7 +374,7 @@ This is the default, unless you have already set the variables for
sending mail via @code{smtpmail-send-it} (see below).
@item smtpmail-send-it
Send mail
using the
through an external mail host, such as your
Send mail through an external mail host, such as your
Internet service provider's outgoing SMTP mail server. If you have
not told Emacs how to contact the SMTP server, it prompts for this
information, which is saved in the @code{smtpmail-smtp-server} variable
...
...
doc/emacs/trouble.texi
View file @
2d809ffa
...
...
@@ -1138,12 +1138,9 @@ form that is clearly safe to install.
@section Contributing to Emacs Development
@cindex contributing to Emacs
If you would like to help pretest Emacs releases to assure they work
well, or if you would like to work on improving Emacs, please contact
the maintainers at @email{emacs-devel@@gnu.org}. A pretester
should be prepared to investigate bugs as well as report them. If you'd
like to work on improving Emacs, please ask for suggested projects or
suggest your own ideas.
If you would like to work on improving Emacs, please contact
the maintainers at @email{emacs-devel@@gnu.org}. You can ask for
suggested projects or suggest your own ideas.
If you have already written an improvement, please tell us about it. If
you have not yet started work, it is useful to contact
...
...
doc/emacs/windows.texi
View file @
2d809ffa
...
...
@@ -258,7 +258,7 @@ Make all windows the same height (@code{balance-windows}).
the space that it occupied is given to an adjacent window (but not the
minibuffer window, even if that is active at the time). Deleting the
window has no effect on the buffer it used to display; the buffer
continues to exist, and you can still switch to with @kbd{C-x b}.
continues to exist, and you can still switch to
it
with @kbd{C-x b}.
@findex kill-buffer-and-window
@kindex C-x 4 0
...
...
etc/MORE.STUFF
View file @
2d809ffa
...
...
@@ -41,6 +41,9 @@ a web search is often the best way to find results.
The Emacs Wiki has an area for storing elisp files
<URL:http://www.emacswiki.org/cgi-bin/wiki/ElispArea>.
* WikEmacs
<URL:http://wikemacs.org> is an alternative wiki for Emacs.
* Emacs slides and tutorials can be found here:
<URL:http://web.psung.name/emacs/>
...
...
lisp/ChangeLog
View file @
2d809ffa
2013-05-09 Ulrich Mueller <ulm@gentoo.org>
* descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
2013-05-09 Glenn Morris <rgm@gnu.org>
* international/fontset.el (vertical-centering-font-regexp):
...
...
lisp/descr-text.el
View file @
2d809ffa
...
...
@@ -753,7 +753,7 @@ relevant to POS."
(
insert
" by these characters:\n"
)
(
while
(
and
(
<=
from
to
)
(
setq
glyph
(
lgstring-glyph
gstring
from
)))
(
insert
(
format
" %c (#x%
d
)\n"
(
insert
(
format
" %c (#x%
x
)\n"
(
lglyph-char
glyph
)
(
lglyph-char
glyph
)))
(
setq
from
(
1+
from
)))))
(
insert
" by the rule:\n\t("
)
...
...
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