* 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
* Re: Emacs version
2006-08-19 4:51 Emacs version Arun kumar
@ 2006-08-19 5:52 ` Senthil Kumaran S
2006-08-19 8:14 ` Peter Dyballa
1 sibling, 0 replies; 4+ messages in thread
From: Senthil Kumaran S @ 2006-08-19 5:52 UTC (permalink / raw)
Cc: help-gnu-emacs
On 8/19/06, Arun kumar <arun.chellam@gmail.com> wrote:
> I need to find the Emacs version in my solaris box. I am new to emacs.
Start your emacs and issue
M-x version
This shows your emacs version
--
--sen--
Be a man of Deeds
Don't be a man of Needs...
http://stylesen.blogspot.com
http://geocities.com/sen_kavithai
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Emacs version
2006-08-19 4:51 Emacs version Arun kumar
2006-08-19 5:52 ` Senthil Kumaran S
@ 2006-08-19 8:14 ` Peter Dyballa
1 sibling, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2006-08-19 8:14 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 19.08.2006 um 06:51 schrieb Arun kumar:
> I need to find the Emacs version in my solaris box
emacs --version
--
Greetings
Pete <]
o __o |__ o HPV, the real
___o /I -\<, |o \ -\),-% high speed!
___/\ /\___./ \___...O/ O____.....`-O-'-()--o_________________
^ permalink raw reply [flat|nested] 4+ messages in thread
* 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
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 --
2006-08-19 4:51 Emacs version Arun kumar
2006-08-19 5:52 ` Senthil Kumaran S
2006-08-19 8:14 ` Peter Dyballa
-- strict thread matches above, loose matches on Subject: below --
2022-09-03 4:32 Emanuel Berg
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).