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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
780d7bb9
Commit
780d7bb9
authored
Sep 23, 2007
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Backquote): Minor clarification.
parent
7c4d5b8a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
5 deletions
+15
-5
admin/FOR-RELEASE
admin/FOR-RELEASE
+4
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/macros.texi
doc/lispref/macros.texi
+1
-1
etc/NEWS
etc/NEWS
+6
-4
No files found.
admin/FOR-RELEASE
View file @
780d7bb9
...
...
@@ -60,6 +60,10 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00690.html
"can't turn off font-lock"
http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00548.html
** mah@everybody.org, Sep 18: erc causes emacs to hang with multi-tty
** jbw@macs.hw.ac.uk, Sep 18: before-string property has no effect if display property is empty
* DOCUMENTATION
** Check the Emacs Tutorial.
...
...
doc/lispref/ChangeLog
View file @
780d7bb9
2007-09-23 Richard Stallman <rms@gnu.org>
* macros.texi (Backquote): Minor clarification.
2007-09-06 Glenn Morris <rgm@gnu.org>
* Move from lispref/ to doc/lispref/. Change all setfilename
...
...
doc/lispref/macros.texi
View file @
780d7bb9
...
...
@@ -365,7 +365,7 @@ whitespace between the @samp{`}, @samp{,} or @samp{,@@} and the
following expression.
This syntax is still accepted, for compatibility with old Emacs
versions, but support for it will
soon disappear
.
versions, but support for it will
be removed in the future
.
@node Problems with Macros
@section Common Problems Using Macros
...
...
etc/NEWS
View file @
780d7bb9
...
...
@@ -38,6 +38,12 @@ a GIF library.
* Changes in Emacs 23.1
** Emacs now supports using both X displays and ttys in one session.
You can also use any number of different ttys.
You can test for the presence of this feature in your Lisp code by
testing for the `multi-tty' feature.
** Emacs comes with a new set of icons for Mac OS X.
OS-X-style icons (an application icon and a relevant document icon)
were contributed by Kentaro Ohkouchi.
...
...
@@ -53,10 +59,6 @@ symbolic notation thanks to auxiliary functions.
** split-window-preferred-function specifies whether display-buffer should
split windows vertically or horizontally.
** Support for multiple terminal devices and simultaneous graphical
and tty frames has been added. You can test for the presence of this
feature in your Lisp code by testing for the `multi-tty' feature.
** Emacsclient has been extended to support opening a new terminal
frame. Its behavior has been changed to open a new Emacs frame by
default. Use the -c option to get the old behavior of opening files in
...
...
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