all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs question
@ 2004-12-14 19:45 Villa, Maria (HBO)
  2004-12-14 22:04 ` Rodrigo Canellas
  2004-12-15  6:54 ` Gian Uberto Lauri
  0 siblings, 2 replies; 24+ messages in thread
From: Villa, Maria (HBO) @ 2004-12-14 19:45 UTC (permalink / raw)


Hi 
I have few users that uses regular emacs on our aix unix servers.

They have a problem when want to delete a character or word, the backspace
key does not work.
how can we map a key to work with e-macs or how can we solve this problem

your help is appreciated.....

==============================================================================
This e-mail is intended only for the use of the addressees.  Any copying, forwarding, printing or other use of this e-mail by persons other than the addressees is not authorized.  This e-mail may contain information that is privileged, confidential and exempt from disclosure.  If you are not the intended recipient, please notify us immediately by return e-mail (including the original message in your reply) and then delete and discard all copies of the e-mail.  Thank you.

^ permalink raw reply	[flat|nested] 24+ messages in thread
* EMACS question
@ 2013-01-13 17:48 Kurt Jordan
  2013-01-13 19:10 ` Drew Adams
  2013-01-13 19:51 ` Eli Zaretskii
  0 siblings, 2 replies; 24+ messages in thread
From: Kurt Jordan @ 2013-01-13 17:48 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

Hi there,

 

When I attempt to open a new file or save a file, I am unsuccessful.

 

Emacs attempts to put the file in C:/Windows/System32/  which is protected.

 

How do I change the default directory for program files I am editing with
Emacs?

 

Thanks for your help,

 

Kurt

 

 

Kurt Jordan

726 Cypress Drive

Franklin Square, NY 11010

516-784-0555

kdjordan@gmail.com

 

 


[-- Attachment #2: Type: text/html, Size: 2623 bytes --]

^ permalink raw reply	[flat|nested] 24+ messages in thread
[parent not found: <AANLkTincb2ng8o-4T3_BRiDU6vFjpPVCqbsjUoXLYE6p@mail.gmail.com>]
* emacs question
@ 2008-11-26 13:44 Craig Petty
  0 siblings, 0 replies; 24+ messages in thread
From: Craig Petty @ 2008-11-26 13:44 UTC (permalink / raw)
  To: help-gnu-emacs

where do i get emacs 23 for fedora 10?


      




^ permalink raw reply	[flat|nested] 24+ messages in thread
* emacs Question
@ 2008-11-11 17:02 Craig Petty
  2008-11-11 18:47 ` Peter Dyballa
       [not found] ` <mailman.90.1226429278.26697.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 24+ messages in thread
From: Craig Petty @ 2008-11-11 17:02 UTC (permalink / raw)
  To: help-gnu-emacs


How do i install linum.el on fedora 9 and what file do i need to put it in?






      




^ permalink raw reply	[flat|nested] 24+ messages in thread
[parent not found: <mailman.5982.1103055549.27204.help-gnu-emacs@gnu.org>]
* RE: emacs question
@ 2004-12-15 14:41 Villa, Maria (HBO)
  2004-12-15 16:00 ` Gian Uberto Lauri
  0 siblings, 1 reply; 24+ messages in thread
From: Villa, Maria (HBO) @ 2004-12-15 14:41 UTC (permalink / raw)


Hi Rodrigo:
thanks for your help, but It still does not work for me.  
this is what I did:
1) emacs .emacs
2) enter (global-set-key [f9] 'delete)
3) C-z to save and exit the file
4) I emacs temp.out file typed some letters and when hit the f9 key, it does
not work.

What am i missing.....

BTW: i'm spanish, I leave in NY.  Are you portuguese?

-----Original Message-----
From: Rodrigo Canellas [mailto:r.canellas@terra.com.br]
Sent: Tuesday, December 14, 2004 5:05 PM
To: help-gnu-emacs@gnu.org
Subject: Re: emacs question



Hi,

In your .emacs, to map a key to a command, you can do like this;

(global-set-key [<KEY_ID>] '<COMMAND>)

where <KEY-ID> should be replaced with the identifier of the key, and 
<COMMAND> should be replaced with the command you want to be executed when 
<KEY-ID> is pressed.

For example,

(global-set-key [f9] 'compile)

would run the "compile" command when "F9" is pressed.

Hope it helps.

BTW, by your name I presume you speak portuguese, right? 



Em Terça 14 Dezembro 2004 17:45, Villa, Maria (HBO) escreveu:
> Hi
> I have few users that uses regular emacs on our aix unix servers.
>
> They have a problem when want to delete a character or word, the backspace
> key does not work.
> how can we map a key to work with e-macs or how can we solve this problem
>
> your help is appreciated.....
>
>
===========================================================================
>=== This e-mail is intended only for the use of the addressees.  Any
> copying, forwarding, printing or other use of this e-mail by persons other
> than the addressees is not authorized.  This e-mail may contain
information
> that is privileged, confidential and exempt from disclosure.  If you are
> not the intended recipient, please notify us immediately by return e-mail
> (including the original message in your reply) and then delete and discard
> all copies of the e-mail.  Thank you.
>
>
>
>
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
>
> Esta mensagem foi verificada pelo E-mail Protegido Terra.
> Scan engine: McAfee VirusScan / Atualizado em 14/12/2004 / Versão: 4.4.00
-
> Dat 4414 Proteja o seu e-mail Terra:
> http://www.emailprotegido.terra.com.br/

-- 
Rodrigo Canellas
Engenheiro de Sistemas de Informação


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

==============================================================================
This e-mail is intended only for the use of the addressees.  Any copying, forwarding, printing or other use of this e-mail by persons other than the addressees is not authorized.  This e-mail may contain information that is privileged, confidential and exempt from disclosure.  If you are not the intended recipient, please notify us immediately by return e-mail (including the original message in your reply) and then delete and discard all copies of the e-mail.  Thank you.

^ permalink raw reply	[flat|nested] 24+ messages in thread
[parent not found: <mailman.6625.1099324620.2017.help-gnu-emacs@gnu.org>]
* emacs question
@ 2004-11-01 15:47 Jeffrey Leitner
  2004-11-01 21:36 ` Ehud Karni
  0 siblings, 1 reply; 24+ messages in thread
From: Jeffrey Leitner @ 2004-11-01 15:47 UTC (permalink / raw)



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

I have a user in Cypress that has one of our NAS 200 boxes with SFU 
installed.

They claim when they use emacs 21.1.1 in a unix to unix environment they 
have no issues.  However when they use the IBM NAS 200, Win2K based with 
Services for Unix and try to edit a file that resides on the NAS (with an 
AIX box) they get the following message...

"<filename> changed on disk, really edit the buffer(y,n,r or C-h)? "
The CU uses gnu emacs ver 21.1.1 and xemacs ver 21.1 (both were installed 
from AIX  Toolbox for Linux Applications) 
They do not get this error when using vi in the same environment.

The customer has input the following:
Open  a file with emacs, that resides on NAS file system.
Then try to open again (with  emacs), a file that resides on "pure" AIX 
filesystem  i.e /tmp.
In both  files, write something, save it, and  just wait 1-2 min.
If your try to append something in both files, the result will not be the 
same. 
In the first case, you will get the message from emacs that ""<filename> 
changed on disk, really edit the buffer(y,n,r or C-h)? ". 

In the second case, if you try to append to the file that was opened from 
/tmp, you will be able to append and continue writing with 
no warnings.

The claim is that they are  be sure that the problem is related with NAS 
and not with emacs.
I have combed the internet and found this message to be a superfluous, 
common message. 
Going onto discover that emacs uses buffers as it common element to save 
and transfer files. It seems, buffer messages are routine.

The customer wishes to recreate the scenario on a standard W2K box running 
SFU to see if it will show up there as well.
Based on my finding, this seems pointless.

Question:
1) Is this a common element found with emacs or windows in this type of 
set up?
If so,
2) What is causing this message and what can the Customer do to prevent 
it?



Thanks,

Jeff Leitner
Product Engineer | IBM  Storage Systems Group | SAN/NAS/Router Support
Internet mail:  leitnerj@us.ibm.com | Phone 919-254-0842 (TL 444) |  FAX 
919-543-8677

My shipping address:

600 Park Offices Dr.
EC1A/Bldg 660/E208
Research Triangle Park, NC 27709

[-- Attachment #1.2: Type: text/html, Size: 3302 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] 24+ messages in thread

end of thread, other threads:[~2013-01-13 19:51 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-14 19:45 emacs question Villa, Maria (HBO)
2004-12-14 22:04 ` Rodrigo Canellas
2004-12-14 22:40   ` Harshdeep Jawanda
     [not found]   ` <mailman.6016.1103064708.27204.help-gnu-emacs@gnu.org>
2004-12-15  1:18     ` Neil Woods
2004-12-15 15:32       ` Harshdeep Jawanda
2004-12-15 16:36     ` Kevin Rodgers
2004-12-15  6:54 ` Gian Uberto Lauri
  -- strict thread matches above, loose matches on Subject: below --
2013-01-13 17:48 EMACS question Kurt Jordan
2013-01-13 19:10 ` Drew Adams
2013-01-13 19:51 ` Eli Zaretskii
     [not found] <AANLkTincb2ng8o-4T3_BRiDU6vFjpPVCqbsjUoXLYE6p@mail.gmail.com>
2010-05-20 14:27 ` emacs question Rina & Avner
2010-05-21  1:27   ` Lennart Borgman
2010-05-21 13:33   ` Tassilo Horn
     [not found]   ` <mailman.5.1274448820.9020.help-gnu-emacs@gnu.org>
2010-05-24  0:28     ` Stefan Monnier
2008-11-26 13:44 Craig Petty
2008-11-11 17:02 emacs Question Craig Petty
2008-11-11 18:47 ` Peter Dyballa
     [not found] ` <mailman.90.1226429278.26697.help-gnu-emacs@gnu.org>
2008-11-12  3:44   ` TheFlyingDutchman
     [not found] <mailman.5982.1103055549.27204.help-gnu-emacs@gnu.org>
2004-12-15 15:20 ` emacs question kgold
2004-12-15 14:41 Villa, Maria (HBO)
2004-12-15 16:00 ` Gian Uberto Lauri
     [not found] <mailman.6625.1099324620.2017.help-gnu-emacs@gnu.org>
2004-11-01 17:29 ` Kevin Rodgers
2004-11-01 15:47 Jeffrey Leitner
2004-11-01 21:36 ` Ehud Karni

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.