* erc-version-string hardcoded emacs version number
@ 2006-02-01 16:37 Zhang Wei
2006-02-02 13:25 ` Michael Olson
0 siblings, 1 reply; 2+ messages in thread
From: Zhang Wei @ 2006-02-01 16:37 UTC (permalink / raw)
Glad to know ERC is in cvs repository. But the `erc-version-string'
hardcoded emacs version number, `M-x erc-version' tell me "Emacs 22"
while I'm using Emacs 23.
*** erc.el 01 2月 2006 18:07:08 +0800 1.2.2.1
--- erc.el 02 2月 2006 00:24:34 +0800
***************
*** 66,72 ****
;;; Code:
! (defconst erc-version-string "Version 5.1 (Emacs 22)"
"ERC version. This is used by function `erc-version'.")
(eval-when-compile (require 'cl))
--- 66,72 ----
;;; Code:
! (defconst erc-version-string "Version 5.1"
"ERC version. This is used by function `erc-version'.")
(eval-when-compile (require 'cl))
***************
*** 5774,5780 ****
If optional argument HERE is non-nil, insert version number at point."
(interactive "P")
(let ((version-string
! (format "ERC %s" erc-version-string)))
(if here
(insert version-string)
(if (interactive-p)
--- 5774,5780 ----
If optional argument HERE is non-nil, insert version number at point."
(interactive "P")
(let ((version-string
! (format "ERC %s (GNU Emacs %s)" erc-version-string emacs-version)))
(if here
(insert version-string)
(if (interactive-p)
--
Zhang Wei or Brep
<brep@smth.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: erc-version-string hardcoded emacs version number
2006-02-01 16:37 erc-version-string hardcoded emacs version number Zhang Wei
@ 2006-02-02 13:25 ` Michael Olson
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olson @ 2006-02-02 13:25 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 705 bytes --]
Zhang Wei <id.brep@gmail.com> writes:
> Glad to know ERC is in cvs repository. But the `erc-version-string'
> hardcoded emacs version number, `M-x erc-version' tell me "Emacs 22"
> while I'm using Emacs 23.
Thanks for the report. I'm going to make a new bugfix release of ERC
soon, and I will include changes to this effect when I sync this
release to Emacs. At this time, I don't anticipate that this bugfix
release will bring any other changes.
--
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: manga, Debian, XHTML, wiki, Emacs Lisp
/` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG
|_] | \| |_| Jabber: mwolson_at_hcoop.net
[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-02 13:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-01 16:37 erc-version-string hardcoded emacs version number Zhang Wei
2006-02-02 13:25 ` Michael Olson
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.