unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9745: 23.3; vc-register does not prompt for initial comment
@ 2011-10-13 11:21 Chris Carlson
  2011-10-13 21:15 ` Dan Nicolaescu
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Carlson @ 2011-10-13 11:21 UTC (permalink / raw)
  To: 9745

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the bug-gnu-emacs@gnu.org mailing list
and the gnu.emacs.bug news group, and at http://debbugs.gnu.org.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug.  If you can, give
a recipe starting from `emacs -Q':

Performing a vc-register never prompts for an initial comment.  The
variable vc-initial-comment is defined in vc.el, but it is never
referenced or used.

Previous versions of Emacs prompted for an initial comment by default,
but that feature seems to have gotten lost.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/usr/share/emacs/23.3/etc/DEBUG.


In GNU Emacs 23.3.1 (i686-pc-linux-gnu, GTK+ Version 2.12.12)
 of 2011-10-09 on rolf
Windowing system distributor `The X.Org Foundation', version 11.0.10502000
configured using `configure  'prefix=/usr''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: C
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US
  value of $XMODIFIERS: nil
  locale-coding-system: iso-latin-1-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t
  abbrev-mode: t

Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<menu-bar> <help-menu> <send-emacs-bug-report>

Recent messages:
Loading /home/carlson/emacs/gosmacs.el (source)...done
Loading /home/carlson/emacs/emacs.el (source)...
Loading /home/carlson/emacs/myfunc.el (source)...done
Loading /home/carlson/emacs/emacs-2003.el (source)...
Loading cc-mode...done
Loading compile...done
Setting window height to 65
Loading /home/carlson/emacs/emacs-2003.el (source)...done
Loading /home/carlson/emacs/emacs.el (source)...done
For information about GNU Emacs and the GNU system, type C-\ C-a.

Load-path shadows:
None found.

Features:
(shadow sort mail-extr message idna sendmail ecomplete rfc822 mml
mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse
rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util
netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock
sha1 hex-util hashcash mail-utils emacsbug compile comint ring cc-mode
cc-fonts easymenu cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars
cc-defs regexp-opt tooltip ediff-hook vc-hooks lisp-float-type mwheel
x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode
register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse
jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
loaddefs button minibuffer faces cus-face files text-properties overlay
md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process dbusbind
system-font-setting font-render-setting gtk x-toolkit x multi-tty emacs)

-- 

    Chris            http://members.cox.net/cwcarlson






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#9745: 23.3; vc-register does not prompt for initial comment
  2011-10-13 11:21 bug#9745: 23.3; vc-register does not prompt for initial comment Chris Carlson
@ 2011-10-13 21:15 ` Dan Nicolaescu
  2011-10-14  2:39   ` Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Nicolaescu @ 2011-10-13 21:15 UTC (permalink / raw)
  To: Chris Carlson; +Cc: 9745

Chris Carlson <cwcarlson@cox.net> writes:

> This bug report will be sent to the Free Software Foundation,
> not to your local site managers!
> Please write in English if possible, because the Emacs maintainers
> usually do not have translators to read other languages for them.
>
> Your report will be posted to the bug-gnu-emacs@gnu.org mailing list
> and the gnu.emacs.bug news group, and at http://debbugs.gnu.org.
>
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug.  If you can, give
> a recipe starting from `emacs -Q':
>
> Performing a vc-register never prompts for an initial comment.  The
> variable vc-initial-comment is defined in vc.el, but it is never
> referenced or used.
>
> Previous versions of Emacs prompted for an initial comment by default,
> but that feature seems to have gotten lost.

Modern VCS do not have an initial message when adding a file (just RCS
did that -- maybe SCCS too), so that feature has been removed. 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#9745: 23.3; vc-register does not prompt for initial comment
  2011-10-13 21:15 ` Dan Nicolaescu
@ 2011-10-14  2:39   ` Glenn Morris
  2011-10-18  7:00     ` Glenn Morris
  2021-09-07 17:46     ` bug#9745: Restore vc-initial-comment functionality for VCS that support it Lars Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Glenn Morris @ 2011-10-14  2:39 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: 9745, Chris Carlson

Dan Nicolaescu wrote:

> Modern VCS do not have an initial message when adding a file (just RCS
> did that -- maybe SCCS too), so that feature has been removed. 

The variable is still defined (not even obsolete), still mentioned in
the manual, and there is nothing in NEWS or ChangeLog that says
"vc-initial-comment removed", so this is at least a doc bug.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#9745: 23.3; vc-register does not prompt for initial comment
  2011-10-14  2:39   ` Glenn Morris
@ 2011-10-18  7:00     ` Glenn Morris
  2021-09-07 17:46     ` bug#9745: Restore vc-initial-comment functionality for VCS that support it Lars Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2011-10-18  7:00 UTC (permalink / raw)
  To: 9745; +Cc: Chris Carlson


I fixed the documentation and am leaving this open as a wishlist item,
to bring back the deleted functionality for VCS's that support it.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#9745: Restore vc-initial-comment functionality for VCS that support it
  2011-10-14  2:39   ` Glenn Morris
  2011-10-18  7:00     ` Glenn Morris
@ 2021-09-07 17:46     ` Lars Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2021-09-07 17:46 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Dan Nicolaescu, 9745, Chris Carlson

Glenn Morris <rgm@gnu.org> writes:

>> Modern VCS do not have an initial message when adding a file (just RCS
>> did that -- maybe SCCS too), so that feature has been removed. 
>
> The variable is still defined (not even obsolete), still mentioned in
> the manual, and there is nothing in NEWS or ChangeLog that says
> "vc-initial-comment removed", so this is at least a doc bug.

commit 0ef87d60054fc1660413772cfb5598d2fb8a5fe5
Author:     Glenn Morris <rgm@gnu.org>
AuthorDate: Fri Mar 23 20:31:53 2018 -0400

    * lisp/vc/vc.el (vc-initial-comment): Remove var unused since 23.2.

The variable was finally removed a couple of years ago, so I'm closing
this bug report.  (If somebody wants this functionality brought back, a
new wishlist bug report can be opened, but I can't recall seeing anybody
asking for that.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-09-07 17:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-13 11:21 bug#9745: 23.3; vc-register does not prompt for initial comment Chris Carlson
2011-10-13 21:15 ` Dan Nicolaescu
2011-10-14  2:39   ` Glenn Morris
2011-10-18  7:00     ` Glenn Morris
2021-09-07 17:46     ` bug#9745: Restore vc-initial-comment functionality for VCS that support it Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).