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
aaddfb29
Commit
aaddfb29
authored
Jan 09, 2002
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
1107685d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
etc/NEWS
etc/NEWS
+15
-0
No files found.
etc/NEWS
View file @
aaddfb29
...
...
@@ -281,6 +281,21 @@ SQL buffer.
* Lisp Changes in Emacs 21.3
** Already true in Emacs 21.1, but not emphasized clearly enough:
Multibyte buffers can now faithfully record all 256 character codes
from 0 to 255. As a result, most of the past reasons to use unibyte
buffers no longer exist. We only know of three reasons to use them
now:
1. If you prefer to use unibyte text all of the time.
2. For reading files into temporary buffers, when you want to avoid
the time it takes to convert the format.
3. For binary files where format conversion would be pointless and
wasteful.
** If text has a `keymap' property, that keymap takes precedence
over minor mode keymaps.
...
...
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