all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs
@ 2008-04-02 20:10 Ursina Maria Calmonte
  0 siblings, 0 replies; 31+ messages in thread
From: Ursina Maria Calmonte @ 2008-04-02 20:10 UTC (permalink / raw)
  To: help-gnu-emacs


> Hello
> I`ve a problem with the installation of emacs.
> Gives any emacs version for Windows Vista?

Ursina Calmonte





^ permalink raw reply	[flat|nested] 31+ messages in thread
* emacs
@ 2018-05-15 20:20 Nathan A
  2018-05-15 20:21 ` emacs Nathan A
  0 siblings, 1 reply; 31+ messages in thread
From: Nathan A @ 2018-05-15 20:20 UTC (permalink / raw)
  To: emacs-orgmode

evil go to center when using G


(defun scroll-to-center-advice (&rest args)
  (evil-scroll-line-to-center (line-number-at-pos)))

(advice-add #'evil-goto-line :after #'scroll-to-center-advice)

^ permalink raw reply	[flat|nested] 31+ messages in thread
* emacs
@ 2008-08-07  2:46 Sean Sieger
  0 siblings, 0 replies; 31+ messages in thread
From: Sean Sieger @ 2008-08-07  2:46 UTC (permalink / raw)
  To: help-gnu-emacs

GNU Emacs on Windows brought me to GNU/Linux.

... I don't remember the troll back then ...

I love GNU Emacs.





^ permalink raw reply	[flat|nested] 31+ messages in thread
[parent not found: <mailman.9904.1207198714.18990.help-gnu-emacs@gnu.org>]
[parent not found: <mailman.5110.1197901728.18990.help-gnu-emacs@gnu.org>]
* Re: emacs
@ 2007-12-17 17:45 martin rudalics
  0 siblings, 0 replies; 31+ messages in thread
From: martin rudalics @ 2007-12-17 17:45 UTC (permalink / raw)
  To: shnkarrg; +Cc: help-gnu-emacs

 > suppose i have made changes in the face properties of some of the text in a
 > text file  like suppose some letters in that file  are made bold ,some are
 > italic ,some are blue in color ,some are brown .Now how do save these
 > changes .ie Each time i open that corresponding file in emacs it should
 > display the text file with the changes i made ,ie in both color and face
 > propeties??

Please have a look at section 25.12 of the Emacs Lisp manual
entitled "Format Conversion".

^ permalink raw reply	[flat|nested] 31+ messages in thread
* emacs
@ 2007-12-16 11:43 shankarrg
  2007-12-17 14:46 ` emacs Peter Dyballa
  2007-12-17 22:04 ` emacs Bastien
  0 siblings, 2 replies; 31+ messages in thread
From: shankarrg @ 2007-12-16 11:43 UTC (permalink / raw)
  To: Help-gnu-emacs


suppose i have made changes in the face properties of some of the text in a
text file  like suppose some letters in that file  are made bold ,some are
italic ,some are blue in color ,some are brown .Now how do save these
changes .ie Each time i open that corresponding file in emacs it should
display the text file with the changes i made ,ie in both color and face
propeties??
-- 
View this message in context: http://www.nabble.com/emacs-tp14360784p14360784.html
Sent from the Emacs - Help mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: how to byte-compile .el files automatically after save?
@ 2007-08-07  2:29 Robert D. Crawford
  2007-08-07  3:15 ` Emacs brianjiang
  0 siblings, 1 reply; 31+ messages in thread
From: Robert D. Crawford @ 2007-08-07  2:29 UTC (permalink / raw)
  To: help-gnu-emacs

sunway <sunwayforever@gmail.com> writes:

> i have tried after-save-hook, but that will make emacs byte-compile
> other file other than *.el after save.

Here is one:

(add-hook 'emacs-lisp-mode-hook
	  '(lambda ()
	     (make-local-hook 'after-save-hook)
	     (add-hook 'after-save-hook
		       '(lambda ()
			  (byte-compile-file buffer-file-name)) 
		       nil t)))

rdc
-- 
Robert D. Crawford                                      rdc1x@comcast.net

You'll feel devilish tonight.  Toss dynamite caps under a flamenco dancer's
heel.

^ permalink raw reply	[flat|nested] 31+ messages in thread
* emacs
@ 2006-12-21 14:46 peter moueza
  2006-12-23 20:14 ` emacs Richard Stallman
  2006-12-29  2:38 ` emacs Kevin Rodgers
  0 siblings, 2 replies; 31+ messages in thread
From: peter moueza @ 2006-12-21 14:46 UTC (permalink / raw)



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

Hi,
Congratulations for the wonderfull custumisable Emacs.
Iown suse 10.1
I can't find answers  about :

1) when I open  emacs.Then Ctl-X Ctl-X myfile.cpp
Even if under Options, syntax Highlighting is pressed, no colors on my cpp
code.
I have to depress and repress this option for it go color my code.
So, how can I do for it to go right directly

2)We can split  the window in pressing Ctl-X 2 or 3
But  is there a way from the call emacs in the console: I want  the window
to be opened, split in : file1.cpp at left side , and file2.cpp at right
one.

3)It would be very good to enable indentation of a whole pascal file

Thanks.

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

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

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

^ permalink raw reply	[flat|nested] 31+ messages in thread
[parent not found: <mailman.1662.1147294399.9609.help-gnu-emacs@gnu.org>]
* emacs
@ 2006-05-10 15:37 Saady Abd-Elfattah
  0 siblings, 0 replies; 31+ messages in thread
From: Saady Abd-Elfattah @ 2006-05-10 15:37 UTC (permalink / raw)



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

Prior to migrating to a new domain, our users had the ability to select a 
file, then right click, selecting the open with command, then choosing the 
program GNU Emacs as an option.  After migration when trying to open 
software with the open with function does not work, nor is the program 
option there to be selected anymore, so you would actually have to browse 
for the program executable.  Emacs is available for download at 
http://www.gnu.org/software/emacs/ , the package we are using is 21.3.  To 
use the program, you download the program folder and an _emacs file, the 
program folder goes into Program Files, and the _emacs file goes to C:\. 
So this program is not installed with an installatin package and does not 
write to the registry.    My question would be what registry 
permissions/edits do I need to change to allow for emacs to be a 
selectable program.

[-- Attachment #1.2: Type: text/html, Size: 941 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] 31+ messages in thread
[parent not found: <mailman.16503.1132781656.20277.help-gnu-emacs@gnu.org>]
* emacs
@ 2005-11-23 21:34 tvtel24933
  2005-11-23 22:04 ` emacs Peter Dyballa
  0 siblings, 1 reply; 31+ messages in thread
From: tvtel24933 @ 2005-11-23 21:34 UTC (permalink / raw)




Hi,

I've just installed emacs in my "Caixa mágica" (linux) and I don't know how to
launch it. I've tried in the terminal type "emacs" but it tells that emacs is
not a command. Can you help me?

Thanks,
Francisco Falcão e Cunha

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

^ permalink raw reply	[flat|nested] 31+ messages in thread
* emacs
@ 2005-09-09 19:52 Sullivand945
  2005-09-10  2:07 ` emacs Sean Sieger
  0 siblings, 1 reply; 31+ messages in thread
From: Sullivand945 @ 2005-09-09 19:52 UTC (permalink / raw)



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

iv tried to read all i have on emacs and i dont understand it 
 
plz plzplz can u help me
 
plz can u send this e-mail bk to _davidsullivan92@hotmail.com_ 
(mailto:davidsullivan92@hotmail.com) 
 
your regards DaVe

[-- Attachment #1.2: Type: text/html, Size: 748 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] 31+ messages in thread
* emacs
@ 2003-11-04  4:38 adsf afff
  0 siblings, 0 replies; 31+ messages in thread
From: adsf afff @ 2003-11-04  4:38 UTC (permalink / raw)


 I have this problem when I issue the command emacs

$ emacs prog/tnd.pl
Warning: Cannot convert string
"-*-courier-medium-r-*-*-*-120-
*-*-*-*-iso8859-*" to type FontStruct
Warning: Cannot convert string
"-*-helvetica-medium-r-*--*-120
-*-*-*-*-iso8859-1" to type FontStruct

emacs window opens up and the letters are all
converted to squares. that is all what I can see.
squares.

#emacs -font fixed
will open emacs and can read but not fixed the problem
since #emacs still shows boxs.

# xlsfonts
lists a long list of founts

$ xlsfonts | grep helvetica
$ xlsfonts | grep courier
$
nothing on both above commands

do I need to install more fonts or can I use one of
the listed founts in xlsfonts?
or how can I fix this problem?

thanks


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

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

end of thread, other threads:[~2018-05-15 20:21 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-02 20:10 Emacs Ursina Maria Calmonte
  -- strict thread matches above, loose matches on Subject: below --
2018-05-15 20:20 emacs Nathan A
2018-05-15 20:21 ` emacs Nathan A
2008-08-07  2:46 emacs Sean Sieger
     [not found] <mailman.9904.1207198714.18990.help-gnu-emacs@gnu.org>
2008-04-03  6:06 ` Emacs Martin Fischer
2008-04-04 17:22 ` Emacs Exal de Jesus Garcia Carrillo
     [not found] <mailman.5110.1197901728.18990.help-gnu-emacs@gnu.org>
2007-12-17 18:19 ` emacs Walker Pendleton
2007-12-17 17:45 emacs martin rudalics
2007-12-16 11:43 emacs shankarrg
2007-12-17 14:46 ` emacs Peter Dyballa
2007-12-17 22:04 ` emacs Bastien
2007-08-07  2:29 how to byte-compile .el files automatically after save? Robert D. Crawford
2007-08-07  3:15 ` Emacs brianjiang
2007-08-07  6:28   ` Emacs Herbert Euler
2007-08-07  8:38     ` Emacs brianjiang
2007-08-07 21:05   ` Emacs Eli Zaretskii
2007-08-08  2:48     ` Emacs brianjiang
2007-08-08 18:26       ` Emacs Eli Zaretskii
2007-08-09  1:18         ` Emacs brianjiang
2006-12-21 14:46 emacs peter moueza
2006-12-23 20:14 ` emacs Richard Stallman
2006-12-29  2:38 ` emacs Kevin Rodgers
     [not found] <mailman.1662.1147294399.9609.help-gnu-emacs@gnu.org>
2006-05-11 22:29 ` emacs ajones1
2006-05-11 22:53   ` emacs Lennart Borgman
2006-05-10 15:37 emacs Saady Abd-Elfattah
     [not found] <mailman.16503.1132781656.20277.help-gnu-emacs@gnu.org>
2005-11-23 21:46 ` emacs Martin Klaffenboeck
2005-11-23 22:29 ` emacs Pascal Bourguignon
2005-11-23 21:34 emacs tvtel24933
2005-11-23 22:04 ` emacs Peter Dyballa
2005-09-09 19:52 emacs Sullivand945
2005-09-10  2:07 ` emacs Sean Sieger
2003-11-04  4:38 emacs adsf afff

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.