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
5bc6ddff
Commit
5bc6ddff
authored
Apr 05, 2008
by
Miles Bader
Browse files
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1107
parents
d8c85250
37128b54
Changes
32
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
138 additions
and
51 deletions
+138
-51
admin/nt/README-ftp-server
admin/nt/README-ftp-server
+1
-1
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+9
-0
doc/emacs/custom.texi
doc/emacs/custom.texi
+2
-0
doc/emacs/dired.texi
doc/emacs/dired.texi
+2
-0
doc/emacs/display.texi
doc/emacs/display.texi
+1
-1
doc/emacs/mini.texi
doc/emacs/mini.texi
+2
-0
doc/emacs/mule.texi
doc/emacs/mule.texi
+2
-0
doc/misc/ChangeLog
doc/misc/ChangeLog
+8
-0
doc/misc/cl.texi
doc/misc/cl.texi
+2
-1
doc/misc/org.texi
doc/misc/org.texi
+1
-1
etc/AUTHORS
etc/AUTHORS
+23
-19
etc/ChangeLog
etc/ChangeLog
+17
-5
etc/GNUS-NEWS
etc/GNUS-NEWS
+1
-0
etc/NEWS.22
etc/NEWS.22
+12
-6
etc/PROBLEMS
etc/PROBLEMS
+4
-0
etc/tutorials/TUTORIAL.de
etc/tutorials/TUTORIAL.de
+3
-13
lisp/ChangeLog
lisp/ChangeLog
+28
-0
lisp/diff-mode.el
lisp/diff-mode.el
+14
-3
lisp/dired.el
lisp/dired.el
+2
-0
lisp/emacs-lisp/advice.el
lisp/emacs-lisp/advice.el
+4
-1
No files found.
admin/nt/README-ftp-server
View file @
5bc6ddff
...
...
@@ -7,7 +7,7 @@ See the end of the file for license conditions.
Version 22.2
Ma
y
2
2
, 200
7
Ma
rch
2
6
, 200
8
This directory contains source and precompiled distributions for GNU
Emacs on Windows NT/2000/XP and Windows 95/98/Me. This port is a
...
...
doc/emacs/ChangeLog
View file @
5bc6ddff
...
...
@@ -11,6 +11,15 @@
* calendar.texi: Update for `calendar-date-style' replacing
`european-calendar'.
2008-03-28 Jason Rumney <jasonr@gnu.org>
* display.texi (Display Custom): Mention overlay-margin in text.
2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
* custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
tutorial' comments.
2008-03-28 Chong Yidong <cyd@stupidchicken.com>
* mark.texi (Mark): Rearrange nodes.
...
...
doc/emacs/custom.texi
View file @
5bc6ddff
...
...
@@ -1592,6 +1592,8 @@ command is less work to invoke when you really want to.
@node Init Rebinding
@subsection Rebinding Keys in Your Init File
@c This node is referenced in the tutorial. When renaming or deleting
@c it, the tutorial needs to be adjusted. (TUTORIAL.de)
If you have a set of key bindings that you like to use all the time,
you can specify them in your @file{.emacs} file by using their Lisp
...
...
doc/emacs/dired.texi
View file @
5bc6ddff
...
...
@@ -4,6 +4,8 @@
@c See file emacs.texi for copying conditions.
@node Dired, Calendar/Diary, Rmail, Top
@chapter Dired, the Directory Editor
@c This node is referenced in the tutorial. When renaming or deleting
@c it, the tutorial needs to be adjusted.
@cindex Dired
@cindex file management
...
...
doc/emacs/display.texi
View file @
5bc6ddff
...
...
@@ -1217,7 +1217,7 @@ amount of time Emacs must remain busy before the busy indicator is
displayed, by setting the variable @code{hourglass-delay}.
@vindex overline-margin
On graphical display, th
is
variable
s
specifies the vertical position
On graphical display, th
e
variable
@code{overline-margin}
specifies the vertical position
of an overline above the text, including the height of the overline
itself (1 pixel). The default value is 2 pixels.
...
...
doc/emacs/mini.texi
View file @
5bc6ddff
...
...
@@ -175,6 +175,8 @@ minibuffer, set the variable @code{enable-recursive-minibuffers} to
@node Completion
@section Completion
@c This node is referenced in the tutorial. When renaming or deleting
@c it, the tutorial needs to be adjusted.
@cindex completion
Some arguments allow @dfn{completion} to enter their value. This
...
...
doc/emacs/mule.texi
View file @
5bc6ddff
...
...
@@ -4,6 +4,8 @@
@c See file emacs.texi for copying conditions.
@node International, Major Modes, Frames, Top
@chapter International Character Set Support
@c This node is referenced in the tutorial. When renaming or deleting
@c it, the tutorial needs to be adjusted. (TUTORIAL.de)
@cindex MULE
@cindex international scripts
@cindex multibyte characters
...
...
doc/misc/ChangeLog
View file @
5bc6ddff
...
...
@@ -27,6 +27,14 @@
* trampver.texi: Update release number.
2008-03-29 Chong Yidong <cyd@stupidchicken.com>
* org.texi: Update to new org-mode website.
2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
* cl.texi (For Clauses): Fix loop over key-seq to match code.
2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
...
...
doc/misc/cl.texi
View file @
5bc6ddff
...
...
@@ -2471,7 +2471,8 @@ hash table entry.
@item for @var{var} being the key-codes of @var{keymap}
This clause iterates over the entries in @var{keymap}.
The iteration does not enter nested keymaps or inherited (parent) keymaps.
The iteration does not enter nested keymaps but does enter inherited
(parent) keymaps.
You can use @samp{the key-bindings} to access the commands bound to
the keys rather than the key codes, and you can add a @code{using}
clause to access both the codes and the bindings together.
...
...
doc/misc/org.texi
View file @
5bc6ddff
...
...
@@ -2310,7 +2310,7 @@ identifying string followed by a colon. There can be no space after
the colon. The following list shows examples for each link type.
@example
http://
www.astro.uva.nl/~dominik
@r{on the web}
http://
orgmode.org/
@r{on the web}
file:/home/dominik/images/jupiter.jpg @r{file, absolute path}
file:papers/last.pdf @r{file, relative path}
news:comp.emacs @r{Usenet link}
...
...
etc/AUTHORS
View file @
5bc6ddff
...
...
@@ -132,7 +132,7 @@ Andreas Luik: changed xfns.c xterm.c
Andreas Schwab: changed Makefile.in files.el lisp.h alloc.c xdisp.c
configure.in editfns.c fns.c print.c coding.c dired.el fileio.c info.el
eval.c process.c simple.el buffer.c minibuf.c window.c xterm.c emacs.c
and 45
1
other files
and 45
2
other files
Andreas Seltenreich: changed nnweb.el gnus.texi nnslashdot.el
gnus-util.el mm-uu.el url-http.el battery.el comint.el easy-mmode.el
...
...
@@ -344,10 +344,10 @@ Charlie Martin: wrote autoinsert.el
Cheng Gao: changed MORE.STUFF flymake.el tips.texi url-dired.el
url-file.el url-handlers.el url-http.el url-nfs.el
Chong Yidong: changed files.el
cus-edit.el simple
.el xdisp.c longlines.el
Chong Yidong: changed files.el
simple.el cus-edit
.el xdisp.c longlines.el
display.texi custom.el files.texi image-mode.el keyboard.c info.el
compile.el custom.texi text.texi xterm.c frames.texi image.c mouse.el
misc.texi startup.el wid-edit.el and 3
0
2 other files
misc.texi startup.el wid-edit.el and 3
2
2 other files
Chris Hanson: changed xscheme.el scheme.el xterm.c hpux.h x11term.c
hp9000s300.h keyboard.c process.c texinfmt.el emacsclient.c sort.el
...
...
@@ -429,9 +429,9 @@ Dan Christensen: changed gnus-sum.el nnfolder.el gnus-art.el
Dan Nicolaescu: wrote iris-ansi.el romanian.el
and changed xterm.el term.el hideshow.el vc-hg.el verilog-mode.el
files.el isearch.el sh-script.el icon.el lisp.h vc.el
cus-edit.el
faces.el font-lock
.el grep.el diff-mode.el eterm-color.ti ibuffer.el
replace.el rxvt.el term.c and 19
1
other files
files.el isearch.el sh-script.el
font-lock.el
icon.el lisp.h vc.el
cus-edit.el faces
.el grep.el diff-mode.el eterm-color.ti ibuffer.el
replace.el rxvt.el term.c and 19
2
other files
Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el
...
...
@@ -876,7 +876,7 @@ Glenn Morris: changed f90.el diary-lib.el calendar.el fortran.el
calendar.texi COPYING appt.el Makefile.in files.el sh-script.el
timeclock.el cal-menu.el configure.in simple.el tex-mode.el calc.texi
complete.el fr-refcard.tex orgcard.tex programs.texi startup.el
and 2
49
other files
and 2
50
other files
Glynn Clements: wrote gamegrid.el snake.el tetris.el
...
...
@@ -1205,10 +1205,12 @@ Joel Ray Holveck: changed gnus-sum.el info.el
Joev Dubach: changed nntp.el
Johan Bockg$: changed info.el
Johan Bockg,Ae(Brd: changed erc.el erc-backend.el cl-macs.el erc-match.el
custom.el erc-nickserv.el erc-ring.el erc-speak.el erc-track.el
simple.el xterm.el align.el browse-url.el bytecomp.el
calendar.el
cl.texi dired-aux.el dired-x.el display.texi erc-bbdb.el
erc-button.el
simple.el
subr.el
xterm.el align.el browse-url.el bytecomp.el
calendar.el
cl.texi dired-aux.el dired-x.el display.texi erc-bbdb.el
and 23 other files
Johan Vromans: wrote forms-d2.el forms.el iso-acc.el
...
...
@@ -1315,7 +1317,7 @@ and changed files.el perl-mode.el
Juanma Barranquero: changed makefile.w32-in subr.el faces.el files.el
help-fns.el bs.el w32fns.c buffer.c simple.el desktop.el emacsclient.c
replace.el eval.c org.el idlwave.el ido.el process.c vhdl-mode.el
window.c xdisp.c allout.el and 66
0
other files
window.c xdisp.c allout.el and 66
1
other files
Juergen Hoetzel: changed url-handlers.el
...
...
@@ -1330,8 +1332,8 @@ Junio Hamano: changed window.el
Jure Cuhalev: changed ispell.el
Juri Linkov: changed info.el simple.el isearch.el replace.el compile.el
faces.el display.texi grep.el descr-text.el cus-edit.el
startup
.el
dired
.el dired-aux.el edebug.el compare-w.el desktop.el files.el
faces.el display.texi grep.el descr-text.el cus-edit.el
dired
.el
startup
.el dired-aux.el edebug.el compare-w.el desktop.el files.el
lisp-mode.el lisp.el man.el menu-bar.el and 224 other files
Justin Sheehy: changed gnus-sum.el nntp.el
...
...
@@ -1394,9 +1396,9 @@ Katsuhiro Hermit Endo: changed gnus-group.el gnus-spec.el
Katsumi Yamaoka: wrote canlock.el
and changed gnus-art.el message.el gnus-sum.el gnus.texi mm-decode.el
mm-view.el gnus-util.el gnus.el mm-util.el gnus-msg.el
gnus-age
nt.el
gnus-start.el lpath.el
nntp.el
rfc2047.el gnus-group.el
dgnushack.el
mm-uu.el mml.el nnrss.el message.texi and 76 other files
mm-view.el gnus-util.el gnus.el mm-util.el gnus-msg.el
n
nt
p
.el
gnus-agent.el
gnus-start.el lpath.el rfc2047.el gnus-group.el
dgnushack.el
mm-uu.el mml.el nnrss.el message.texi and 76 other files
Kaveh R. Ghazi: changed delta88k.h xterm.c
...
...
@@ -1986,6 +1988,8 @@ Niklas Morberg: changed nnweb.el gnus-art.el nnimap.el spam.el
Nikolaj Schumacher: changed compile.el rx.el
Nils Ackermann: changed message.el nnmh.el
Noah Friedman: wrote eldoc.el rlogin.el rsz-mini.el type-break.el
and changed comint.el emacs-buffer.gdb files.el mailabbrev.el sendmail.el
subr.el timer.el yow.el battery.el complete.el config.in configure.in
...
...
@@ -2224,11 +2228,11 @@ and changed gnus-art.el gnus-msg.el gnus.texi message.el nnmail.el
pgg-gpg.el
Reiner Steib: wrote gmm-utils.el
and changed gnus
-art.el gnus.texi
message.el gnus-sum.el gnus.el
and changed gnus
.texi gnus-art.el
message.el gnus-sum.el gnus.el
gnus-group.el gnus-faq.texi mm-util.el gnus-start.el gnus-util.el
message.texi mml.el gnus-score.el gnus-agent.el gnus-msg.el spam.el
files.el nnmail.el spam-report.el m
m-decode.el nnweb
.el
and 1
68
other files
files.el nnmail.el spam-report.el m
ail-source.el mm-decode
.el
and 1
70
other files
Remek Trzaska: changed gnus-ems.el
...
...
@@ -2474,7 +2478,7 @@ Stefan Monnier: wrote bibtex-style.el bibtex.el css-mode.el cvs-status.el
and changed vc.el font-lock.el pcvs.el newcomment.el subr.el lisp.h
keyboard.c fill.el tex-mode.el keymap.c vc-hooks.el compile.el
simple.el files.el alloc.c easy-mmode.el regex.c syntax.c info.el
xdisp.c sh-script.el and 52
8
other files
xdisp.c sh-script.el and 52
9
other files
Steinar Bang: changed imap.el
...
...
etc/ChangeLog
View file @
5bc6ddff
2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
* GNUS-NEWS (incoming mail files): Add version.
2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
* tutorials/TUTORIAL.de: Remove even more discussion of flow
control. Refer to node name `Init Rebinding' instead of title.
2008-03-13 Carsten Dominik <dominik@science.uva.nl>
* refcards/orgcard.tex: Minor fixes.
2008-03-12 Chong Yidong <cyd@stupidchicken.com>
* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
* TUTORIAL.ru, TUTORIAL.cn, TUTORIAL.ja, TUTORIAL.sk:
* TUTORIAL.cs, TUTORIAL.ko, TUTORIAL.sl, TUTORIAL.de:
* TUTORIAL.nl, TUTORIAL.sv, TUTORIAL.eo, TUTORIAL.pl, TUTORIAL.th:
* TUTORIAL.es, TUTORIAL.pt_BR: Remove discussion of flow control.
* tutorials/TUTORIAL, tutorials/TUTORIAL.fr, tutorials/TUTORIAL.ro:
* tutorials/TUTORIAL.bg, tutorials/TUTORIAL.it, tutorials/TUTORIAL.ru:
* tutorials/TUTORIAL.cn, tutorials/TUTORIAL.ja, tutorials/TUTORIAL.sk:
* tutorials/TUTORIAL.cs, tutorials/TUTORIAL.ko, tutorials/TUTORIAL.sl:
* tutorials/TUTORIAL.de, tutorials/TUTORIAL.nl, tutorials/TUTORIAL.sv:
* tutorials/TUTORIAL.eo, tutorials/TUTORIAL.pl, tutorials/TUTORIAL.th:
* tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
Remove discussion of flow control.
2008-03-12 Juanma Barranquero <lekktu@gmail.com>
...
...
etc/GNUS-NEWS
View file @
5bc6ddff
...
...
@@ -62,6 +62,7 @@ querying the user about whether to do so.
** Old intermediate incoming mail files (`Incoming*') are deleted after a
couple of days, not immediately. *Note Mail Source Customization::.
(New in Gnus 5.10.10 / Emacs 22.2)
* Changes in summary and article mode
...
...
etc/NEWS.22
View file @
5bc6ddff
...
...
@@ -122,12 +122,18 @@ was mistakenly scrolled on compiles after the first. Customize
`compilation-scroll-output' if you want to retain the scrolling.
** `font-lock-comment-face' no longer differs from the default on
displays with fewer than 16 colors (e.g. older xterms and the Linux console).
On such displays, only the comment delimiters will appear to be fontified
(in the new face `font-lock-comment-delimiter-face'). To restore the
old appearance, customize `font-lock-comment-face', or use a newer terminal
emulator that supports more colors (256 is now common). (This was new
in Emacs 22.1, but was not described.)
displays with fewer than 16 colors and dark background (e.g. older
xterms and the Linux console). On such displays, only the comment
delimiters will appear to be fontified (in the new face
`font-lock-comment-delimiter-face'). To restore the old appearance,
customize `font-lock-comment-face'. Another alternative is to use a
newer terminal emulator that supports more colors (256 is now common).
For example, for xterm compatible emulators that support 256 colors,
you can run emacs like this:
env TERM=xterm-256color emacs -nw
(This was new in Emacs 22.1, but was not described. In Emacs 22.1
this also happened for terminals with a light background, that is not
the case anymore).
* New Modes and Packages in Emacs 22.2
...
...
etc/PROBLEMS
View file @
5bc6ddff
...
...
@@ -2139,6 +2139,10 @@ problem.
** Known problems with the MS-Windows port of Emacs 22.1
M-x term does not work on MS-Windows. TTY emulation on Windows is
undocumented, and programs such as stty which are used on posix platforms
to control tty emulation do not exist for native windows terminals.
Using create-fontset-from-ascii-font or the --font startup parameter
with a Chinese, Japanese or Korean font leads to display problems.
Use a Latin-only font as your default font. If you want control over
...
...
etc/tutorials/TUTORIAL.de
View file @
5bc6ddff
...
...
@@ -390,9 +390,9 @@ Allgemein gesprochen l
aktuellen Cursorposition.
[Beachten Sie, daß <Delete> ein logischer Befehlsname ist, der auf die
jeweilige Tastatur abgebildet wird. Lesen Sie im Abschnitt `
Rebinding
Keys in Your Init File
' des Emacs-Handbuches nach, wie Sie
gegebenenfalls die
Tastaturbelegung verändern können.]
jeweilige Tastatur abgebildet wird. Lesen Sie im Abschnitt `
Init
Rebinding
' des Emacs-Handbuches nach, wie Sie
gegebenenfalls die
Tastaturbelegung verändern können.]
>> Probieren Sie das jetzt aus: Geben Sie ein paar Zeichen ein und
löschen Sie sie wieder mit <Delete>. Sie brauchen sich keine
...
...
@@ -1037,16 +1037,6 @@ bet
kurzer Ton, und Emacs sagt Ihnen, daß die Suche im Augenblick
fehlschlägt (`failing'). C-g beendet ebenfalls einen Suchvorgang.
Anmerkung: Wie weiter oben schon einmal erwähnt, scheint es bei
einigen Systemen, als ob das Ausführen von C-s Emacs abstürzen läßt
(Emacs reagiert mit keinen Meldungen mehr; der Bildschirm wirkt
eingefroren). Dieser Effekt tritt auf, wenn das Betriebssystem das
Zeichen C-s abfängt (es wird für `flow control' verwendet) und nicht
an Emacs weiterreicht. Um den Bildschirm wieder zum Leben zu
erwecken, geben Sie C-q ein, und lesen Sie dann den Abschnitt
`Spontaneous Entry to Incremental Search' im Emacs-Handbuch, was man
am besten tun kann.
Wenn Sie sich mitten in einer inkrementellen Suche befinden und
<Delete> drücken, wird das letzte Zeichen im Suchstring gelöscht, und
der Cursor springt zurück auf die letzte Suchposition. Angenommen,
...
...
lisp/ChangeLog
View file @
5bc6ddff
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
(vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
Revision numbers can include ".".
* diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
"+" lines not accounted for by counting "-" and context lines.
2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* term/mac-win.el (mac-service-open-file): Use file URL instead of
file name string.
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
(vc-bzr-annotate-time): Accept space used to preserve alignment.
2008-04-05 Richard Stallman <rms@gnu.org>
* emacs-lisp/advice.el (defadvice): Add usage pattern.
2008-04-05 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
thread in [h-e-w]).
2008-04-05 Juanma Barranquero <lekktu@gmail.com>
* files.el (abort-if-file-too-large): Fix typo in docstring.
...
...
lisp/diff-mode.el
View file @
5bc6ddff
...
...
@@ -438,12 +438,23 @@ See http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01990.html")
(
setq
style
(
diff-hunk-style
style
))
(
goto-char
(
match-end
0
))
(
when
(
and
(
not
donttrustheader
)
(
match-end
2
))
(
let*
((
nold
(
string-to-number
(
match-string
2
)))
(
nnew
(
string-to-number
(
match-string
4
)))
(
endold
(
save-excursion
(
re-search-forward
(
if
diff-valid-unified-empty-line
"^[- \n]"
"^[- ]"
)
nil
t
(
string-to-number
(
match-string
2
)))
(
setq
end
(
line-beginning-position
2
)))))
nil
t
nold
)
(
line-beginning-position
2
)))
(
endnew
;; The hunk may end with a bunch of "+" lines, so the `end' is
;; then further than computed above.
(
save-excursion
(
re-search-forward
(
if
diff-valid-unified-empty-line
"^[+ \n]"
"^[+ ]"
)
nil
t
nnew
)
(
line-beginning-position
2
))))
(
setq
end
(
max
endold
endnew
)))))
;; We may have a first evaluation of `end' thanks to the hunk header.
(
unless
end
(
setq
end
(
and
(
re-search-forward
...
...
lisp/dired.el
View file @
5bc6ddff
...
...
@@ -346,6 +346,8 @@ Subexpression 2 must end right before the \\n or \\r.")
(
defface
dired-perm-write
'
((((
type
w32
pc
))
:inherit
default
)
;; These default to rw-rw-rw.
;; Inherit from font-lock-comment-delimiter-face since with min-colors 8
;; font-lock-comment-face is not colored any more.
(
t
(
:inherit
font-lock-comment-delimiter-face
)))
"Face used to highlight permissions of group- and world-writable files."
:group
'dired-faces
...
...
lisp/emacs-lisp/advice.el
View file @
5bc6ddff
...
...
@@ -3792,7 +3792,10 @@ the advised function. `freeze' implies `activate' and `preactivate'. The
documentation of the advised function can be dumped onto the `DOC' file
during preloading.
See Info node `(elisp)Advising Functions' for comprehensive documentation."
See Info node `(elisp)Advising Functions' for comprehensive documentation.
usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
[DOCSTRING] [INTERACTIVE-FORM]
BODY...)"
(
declare
(
doc-string
3
))
(
if
(
not
(
ad-name-p
function
))
(
error
"defadvice: Invalid function name: %s"
function
))
...
...
Prev
1
2
Next
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