@group
Enter an integer: 42
-@error{} Symbol’s value as variable is void: o-num
+@error{} Symbol's value as variable is void: o-num
@end group
@group
Enter an integer: 149
-@error{} Symbol’s value as variable is void: e-num
+@error{} Symbol's value as variable is void: e-num
@end group
@end example
@group
(error "Invalid name `%s'" "A%%B")
- @error{} Invalid name ‘A%%B’
+ @error{} Invalid name `A%%B'
@end group
@end example
@end deffn
@deffn Command curveto coordinate-sets
-Using the first element in @var{coordinate-sets}, draw a cubic Bézier
+Using the first element in @var{coordinate-sets}, draw a cubic B@'ezier
curve from the current point. If there are multiple coordinate sets,
draw a polybezier. Each coordinate set is a list of the form
@code{(@var{x1} @var{y1} @var{x2} @var{y2} @var{x} @var{y})}, where
@end deffn
@deffn Command smooth-curveto coordinate-sets
-Using the first element in @var{coordinate-sets}, draw a cubic Bézier
+Using the first element in @var{coordinate-sets}, draw a cubic B@'ezier
curve from the current point. If there are multiple coordinate sets,
draw a polybezier. Each coordinate set is a list of the form
@code{(@var{x2} @var{y2} @var{x} @var{y})}, where @w{(@var{x},
@deffn Command quadratic-bezier-curveto coordinate-sets
Using the first element in @var{coordinate-sets}, draw a quadratic
-Bézier curve from the current point. If there are multiple coordinate
+B@'ezier curve from the current point. If there are multiple coordinate
sets, draw a polybezier. Each coordinate set is a list of the form
@code{(@var{x1} @var{y1} @var{x} @var{y})}, where @w{(@var{x},
@var{y})} is the curve's end point and @w{(@var{x1}, @var{y1})} is the
@deffn Command smooth-quadratic-bezier-curveto coordinate-sets
Using the first element in @var{coordinate-sets}, draw a quadratic
-Bézier curve from the current point. If there are multiple coordinate
+B@'ezier curve from the current point. If there are multiple coordinate
sets, draw a polybezier. Each coordinate set is a list of the form
@code{(@var{x} @var{y})}, where @w{(@var{x}, @var{y})} is the curve's
end point. The control point is the reflection of the control point
-@c -*- mode: texinfo; coding: utf-8 -*-
+@c -*- mode: texinfo -*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 1990--1995, 1998--1999, 2001--2024 Free Software
@c Foundation, Inc.
@cindex old advices, porting
@c NB: The following index entries deliberately avoid ``old'',
@c an adjective that does not come to mind for those who grew up
-@c on ‘defadvice’ et al. For those folks, that way is ``current''.
+@c on `defadvice' et al. For those folks, that way is ``current''.
@c They discover its oldness reading this node.
@cindex advices, porting from @code{defadvice}
@findex defadvice
example, byte-compiling @file{simple.el} used to warn:
@example
-simple.el:8727:1:Warning: the function ‘shell-mode’ is not known to be
+simple.el:8727:1:Warning: the function `shell-mode' is not known to be
defined.
@end example
rather than trying to keep the same horizontal position.
With a non-nil argument ARG, clears out the goal column
so that C-n and C-p resume vertical motion.
-The goal column is stored in the variable ‘goal-column’.
+The goal column is stored in the variable `goal-column'.
(fn ARG)
@end group
It is the column where point was at the start of the current run
of vertical motion commands.
-When moving by visual lines via the function ‘line-move-visual’, it is a cons
+When moving by visual lines via the function `line-move-visual', it is a cons
cell (COL . HSCROLL), where COL is the x-position, in pixels,
divided by the default column width, and HSCROLL is the number of
columns by which window is scrolled from left margin.
-When the ‘track-eol’ feature is doing its job, the value is
-‘most-positive-fixnum’.
+When the `track-eol' feature is doing its job, the value is
+`most-positive-fixnum'.
---------- Buffer: *Help* ----------
@end group
@end smallexample
-@c -*-coding: utf-8-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 1990--1994, 2001--2024 Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
Harder, George Hartzell, Nathan Hess, Masayuki Ida, Dan Jacobson, Jak
Kirman, Bob Knighten, Frederick M. Korz, Joe Lammens, Glenn M. Lewis,
K. Richard Magill, Brian Marick, Roland McGrath, Stefan Monnier, Skip
-Montanaro, John Gardiner Myers, Thomas A. Peterson, Francesco Potortì,
+Montanaro, John Gardiner Myers, Thomas A. Peterson, Francesco Potort@`i,
Friedrich Pukelsheim, Arnold D. Robbins, Raul Rockwell, Jason Rumney,
-Per Starbäck, Shinichirou Sugou, Kimmo Suominen, Edward Tharp, Bill
+Per Starb@"ack, Shinichirou Sugou, Kimmo Suominen, Edward Tharp, Bill
Trost, Rickard Westman, Jean White, Eduard Wiebe, Matthew Wilding,
Carl Witty, Dale Worley, Rusty Wright, and David D. Zuhn.
-@c -*- mode: texinfo; coding: utf-8 -*-
+@c -*- mode: texinfo -*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 1990--1994, 1998--2024 Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
must type the keys as multibyte too. For instance, if you use this:
@smallexample
-(keymap-global-set "ö" 'my-function) ; bind o-umlaut
+(keymap-global-set "@"o" 'my-function) ; bind o-umlaut
@end smallexample
@noindent
-@c -*- mode: texinfo; coding: utf-8 -*-
+@c -*- mode: texinfo -*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 1998--1999, 2001--2024 Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@example
@group
(decode-coding-string "Gr\374ss Gott" 'latin-1)
- @result{} #("Grüss Gott" 0 9 (charset iso-8859-1))
+ @result{} #("Gr@"uss Gott" 0 9 (charset iso-8859-1))
@end group
@end example
@end defun
-@c -*- mode: texinfo; coding: utf-8 -*-
+@c -*- mode: texinfo -*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 2021--2024 Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
Some language environments modify the case conversions of
@acronym{ASCII} characters; for example, in the Turkish language
environment, the @acronym{ASCII} capital I is downcased into
-a Turkish dotless i (@samp{ı}). This can interfere with code that requires
+a Turkish dotless i (@samp{@dotless{i}}). This can interfere with code that requires
ordinary @acronym{ASCII} case conversion, such as implementations of
@acronym{ASCII}-based network protocols. In that case, use the
@code{with-case-table} macro with the variable @var{ascii-case-table},