<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc, branch scratch/customize-quotes</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Remove inadvertent changes to syntax.texi in last commit.</title>
<updated>2017-10-01T10:01:33+00:00</updated>
<author>
<name>Alan Mackenzie</name>
</author>
<published>2017-10-01T10:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6d596ff94b63c919c104cbfd406bd35c09f760c1'/>
<id>6d596ff94b63c919c104cbfd406bd35c09f760c1</id>
<content type='text'>
* doc/lispref/syntax.texi (Position Parse): revert changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/syntax.texi (Position Parse): revert changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Amend documentation for text-quoting-style becoming a user option.</title>
<updated>2017-09-30T11:08:16+00:00</updated>
<author>
<name>Alan Mackenzie</name>
</author>
<published>2017-09-30T11:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8b234b664e05bd38642831b1296943bde1ad18df'/>
<id>8b234b664e05bd38642831b1296943bde1ad18df</id>
<content type='text'>
* doc/lispref/control.texi (Signaling Errors):
* doc/lispref/display.texi (Displaying Messages):
* doc/lispref/strings.texi (Formatting Strings):
Edit for brevity, farming out the details to the new
Text Quoting Style node.
* doc/lispref/help.texi (Text Quoting Style): New section.
Move detailed discussion of text-quoting-style here.
Add discussion about how to output grave accent and apostrophe in
documentation and messages.  Adjust xrefs to point to this section
when appropriate.
* etc/NEWS: text-quoting-style semantics have not changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/control.texi (Signaling Errors):
* doc/lispref/display.texi (Displaying Messages):
* doc/lispref/strings.texi (Formatting Strings):
Edit for brevity, farming out the details to the new
Text Quoting Style node.
* doc/lispref/help.texi (Text Quoting Style): New section.
Move detailed discussion of text-quoting-style here.
Add discussion about how to output grave accent and apostrophe in
documentation and messages.  Adjust xrefs to point to this section
when appropriate.
* etc/NEWS: text-quoting-style semantics have not changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the value nil in text-quoting-style mean what it does in Emacs 25.</title>
<updated>2017-09-22T21:52:03+00:00</updated>
<author>
<name>Alan Mackenzie</name>
</author>
<published>2017-09-22T21:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=90330691acf55d8a26dedd6070c1e88c26494eed'/>
<id>90330691acf55d8a26dedd6070c1e88c26494eed</id>
<content type='text'>
This is a partial reversion of yesterday's commit by the same author, which
changed the meaning of nil and introduced the new value t.

* src/doc.c (text_quoting_style, text-quoting-style)
(internal--text-quoting-flag): Revert yesterday's changes.

* lisp/cus-start.el: (top level): Amend the entry for text-quoting-style.

* etc/NEWS: Amend the entry for text-quoting-style.

* doc/lispref/control.texi (Signalling Errors)
* doc/lispref/display.texi (Displaying Messages)
* doc/lispref/strings.texi (Formatting Strings): Bind text-quoting-style to
grave rather than nil to inhibit translation of quotes.

* doc/lispref/help.texi (Keys in Documentation): Revert the description of the
proposed new default, t.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a partial reversion of yesterday's commit by the same author, which
changed the meaning of nil and introduced the new value t.

* src/doc.c (text_quoting_style, text-quoting-style)
(internal--text-quoting-flag): Revert yesterday's changes.

* lisp/cus-start.el: (top level): Amend the entry for text-quoting-style.

* etc/NEWS: Amend the entry for text-quoting-style.

* doc/lispref/control.texi (Signalling Errors)
* doc/lispref/display.texi (Displaying Messages)
* doc/lispref/strings.texi (Formatting Strings): Bind text-quoting-style to
grave rather than nil to inhibit translation of quotes.

* doc/lispref/help.texi (Keys in Documentation): Revert the description of the
proposed new default, t.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make text-quoting-style customizable.  Introduce t and new meaning for nil.</title>
<updated>2017-09-21T20:31:06+00:00</updated>
<author>
<name>Alan Mackenzie</name>
</author>
<published>2017-09-21T20:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c2d10b05827a11cf6738f5e7acf5ce7fced8c1c9'/>
<id>c2d10b05827a11cf6738f5e7acf5ce7fced8c1c9</id>
<content type='text'>
A value of nil for text-quoting-style now means "no translation".  t means
"Use curved quotes if displayable".

* src/doc.c (text-quoting-style (function)): modify for new semantics.
(text-quoting-style (variable)): Amend the doc string, set the default value
to t.

* lisp/cus-start.el: (top level): Create a customize entry for
text-quoting-style in group display.

* etc/NEWS: Amend the entry for text-quoting-style.

* doc/emacs/display.texi (Text Display): Describe the translation of ASCII
quotes to curved quotes, and how to influence or inhibit it.

* doc/lispref/control.texi (Signalling Errors)
* doc/lispref/display.texi (Displaying Messages)
* doc/lispref/strings.texi (Formatting Strings): Describe binding
text-quoting-style to nil to inhibit unwanted quote translation.

* doc/lispref/help.texi (Keys in Documentation): Change text-quoting-style
from a variable to a user option.  Describe its changed set of values.  State
that it can be customized freely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A value of nil for text-quoting-style now means "no translation".  t means
"Use curved quotes if displayable".

* src/doc.c (text-quoting-style (function)): modify for new semantics.
(text-quoting-style (variable)): Amend the doc string, set the default value
to t.

* lisp/cus-start.el: (top level): Create a customize entry for
text-quoting-style in group display.

* etc/NEWS: Amend the entry for text-quoting-style.

* doc/emacs/display.texi (Text Display): Describe the translation of ASCII
quotes to curved quotes, and how to influence or inhibit it.

* doc/lispref/control.texi (Signalling Errors)
* doc/lispref/display.texi (Displaying Messages)
* doc/lispref/strings.texi (Formatting Strings): Describe binding
text-quoting-style to nil to inhibit unwanted quote translation.

* doc/lispref/help.texi (Keys in Documentation): Change text-quoting-style
from a variable to a user option.  Describe its changed set of values.  State
that it can be customized freely.
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/lispref/strings.texi (Formatting Strings): Improve indexing.</title>
<updated>2017-09-20T13:40:20+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2017-09-20T13:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fbd15836af69b1d156f39664f2512f85278fdb08'/>
<id>fbd15836af69b1d156f39664f2512f85278fdb08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename timer-list to list-timers</title>
<updated>2017-09-20T02:24:23+00:00</updated>
<author>
<name>Mark Oteiza</name>
</author>
<published>2017-09-20T02:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=965cffd89cd5727c46a1b0999bef440f8e316742'/>
<id>965cffd89cd5727c46a1b0999bef440f8e316742</id>
<content type='text'>
* doc/emacs/anti.texi (Antinews):
* doc/lispref/os.texi (Timers):
* etc/NEWS:
* lisp/emacs-lisp/timer-list.el:
(timer-list-mode): Rename timer-list to list-timers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/anti.texi (Antinews):
* doc/lispref/os.texi (Timers):
* etc/NEWS:
* lisp/emacs-lisp/timer-list.el:
(timer-list-mode): Rename timer-list to list-timers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a minor inaccuracy in the Emacs manual</title>
<updated>2017-09-19T16:48:27+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2017-09-19T16:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=68452822000fff0e44c40e966fb516fa01d219e7'/>
<id>68452822000fff0e44c40e966fb516fa01d219e7</id>
<content type='text'>
* doc/emacs/cmdargs.texi (Action Arguments): Don't mention
'find-file', as the implementation has changed.  Reported by
Everton J. Carpes &lt;everton.carpes@gmail.com&gt; in
http://lists.gnu.org/archive/html/help-gnu-emacs/2017-09/msg00146.html.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/cmdargs.texi (Action Arguments): Don't mention
'find-file', as the implementation has changed.  Reported by
Everton J. Carpes &lt;everton.carpes@gmail.com&gt; in
http://lists.gnu.org/archive/html/help-gnu-emacs/2017-09/msg00146.html.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore buffers whose name begins with a space in save-some-buffers</title>
<updated>2017-09-18T20:29:44+00:00</updated>
<author>
<name>Eric Abrahamsen</name>
</author>
<published>2017-09-18T20:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ee512e9a825a6dbdf438a432b75b7e18d9a983c7'/>
<id>ee512e9a825a6dbdf438a432b75b7e18d9a983c7</id>
<content type='text'>
* lisp/files.el (save-some-buffers): Consider these buffers
  "internal", and don't prompt the user to save them.
* doc/lispref/files.texi: Document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/files.el (save-some-buffers): Consider these buffers
  "internal", and don't prompt the user to save them.
* doc/lispref/files.texi: Document.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor Tramp doc update</title>
<updated>2017-09-18T16:00:07+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2017-09-18T16:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8d4223e61b5e4661ececb6ab84c665fe761d0438'/>
<id>8d4223e61b5e4661ececb6ab84c665fe761d0438</id>
<content type='text'>
* doc/misc/tramp.texi (Frequently Asked Questions):
Mention `vc-handled-backends'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Frequently Asked Questions):
Mention `vc-handled-backends'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from Gnulib</title>
<updated>2017-09-17T20:06:54+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-09-17T19:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6bbbc38b3421723521f7cdd4fd617a4fc889aceb'/>
<id>6bbbc38b3421723521f7cdd4fd617a4fc889aceb</id>
<content type='text'>
This incorporates:
2017-09-16 manywarnings: port to GCC on 64-bit MS-Windows
2017-09-13 all: Replace many more http URLs by https URLs
* build-aux/config.guess, build-aux/config.sub:
* build-aux/gitlog-to-changelog, doc/misc/texinfo.tex:
* lib/allocator.h, lib/count-leading-zeros.h:
* lib/count-trailing-zeros.h, lib/dup2.c, lib/filevercmp.c:
* lib/fstatat.c, lib/fsync.c, lib/ftoastr.c, lib/ftoastr.h:
* lib/intprops.h, lib/signal.in.h, lib/stdio-impl.h, lib/stdio.in.h:
* lib/unistd.in.h, lib/utimens.c, m4/alloca.m4, m4/extern-inline.m4:
* m4/fstatat.m4, m4/gnulib-common.m4, m4/manywarnings.m4:
* m4/std-gnu11.m4, m4/sys_types_h.m4, m4/vararrays.m4:
Copy from Gnulib.
* lib/gnulib.mk.in: Regenerate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This incorporates:
2017-09-16 manywarnings: port to GCC on 64-bit MS-Windows
2017-09-13 all: Replace many more http URLs by https URLs
* build-aux/config.guess, build-aux/config.sub:
* build-aux/gitlog-to-changelog, doc/misc/texinfo.tex:
* lib/allocator.h, lib/count-leading-zeros.h:
* lib/count-trailing-zeros.h, lib/dup2.c, lib/filevercmp.c:
* lib/fstatat.c, lib/fsync.c, lib/ftoastr.c, lib/ftoastr.h:
* lib/intprops.h, lib/signal.in.h, lib/stdio-impl.h, lib/stdio.in.h:
* lib/unistd.in.h, lib/utimens.c, m4/alloca.m4, m4/extern-inline.m4:
* m4/fstatat.m4, m4/gnulib-common.m4, m4/manywarnings.m4:
* m4/std-gnu11.m4, m4/sys_types_h.m4, m4/vararrays.m4:
Copy from Gnulib.
* lib/gnulib.mk.in: Regenerate.
</pre>
</div>
</content>
</entry>
</feed>
