unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Emacs version
@ 2022-09-03  4:32 Emanuel Berg
  0 siblings, 0 replies; 4+ messages in thread
From: Emanuel Berg @ 2022-09-03  4:32 UTC (permalink / raw)
  To: help-gnu-emacs

Yeah, I don't understand why that extra space is there but by
just removing it works from Lisp as well interactively with
and without the/a C-u so one shouldn't complain I guess ...

;;; -*- lexical-binding: t -*-
;;
;; this file:
;;   https://dataswamp.org/~incal/emacs-init/meta.el
;;
;; also see:
;;   https://dataswamp.org/~incal/emacs-init/w3m/w3m-version.el
;;
;; example:
;;   GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, cairo version 1.16.0)
;;   of 2022-05-22 [commit 714970f5967f2153bb95e35823dbd917e0e5b60b]

(defun emacs-version-commit (&optional here)
  (interactive "P")
  (let ((ver (replace-regexp-in-string " \\(of\\)" "\\1"
               (format "%s [commit %s]"
                 (emacs-version)
                 (emacs-repository-get-version) ))))
    (when here
      (insert ver) )
    (message ver) ))
(defalias 'ever #'emacs-version-commit)

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 4+ messages in thread
* Emacs version
@ 2006-08-19  4:51 Arun kumar
  2006-08-19  5:52 ` Senthil Kumaran S
  2006-08-19  8:14 ` Peter Dyballa
  0 siblings, 2 replies; 4+ messages in thread
From: Arun kumar @ 2006-08-19  4:51 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 186 bytes --]

Hi,

  I need to find the Emacs version in my solaris box. I am new to emacs.

Is there any specific *command* available in solaris ro check the version...


Thanks In Advance

arun.c..

[-- Attachment #1.2: Type: text/html, Size: 346 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

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

end of thread, other threads:[~2022-09-03  4:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-03  4:32 Emacs version Emanuel Berg
  -- strict thread matches above, loose matches on Subject: below --
2006-08-19  4:51 Arun kumar
2006-08-19  5:52 ` Senthil Kumaran S
2006-08-19  8:14 ` Peter Dyballa

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).