all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Some questions (using Emacs on Aix)
@ 2004-02-09 16:05 Hemond, Steve
  0 siblings, 0 replies; 3+ messages in thread
From: Hemond, Steve @ 2004-02-09 16:05 UTC (permalink / raw)


Hi friends,

I have installed Emacs (21.3.3) on Aix and I have some questions before
going ahead and make it available to my users.

First, while in X11 mode, I have two main problems :

1. The DEL key won't erase from the point position. It acts like
BACKSPACE. (I don't have this problem in terminal mode).
2. C-space will start setting a mark, but moving the cursor to select a
range leads to nothing. Like the MARK SET is disabling soon after.

In terminal mode (emacs -nw), I have the same MARK SET problem. The DEL
key behaves correctly. But I have a problem:

1. The mode line disapears from time to time (often when paging up and
down) like its not refreshed. Is it possible to fix that?

General question :

1. Is is possible to tell emacs not to use backup and temporary files? I
hate listing a directory filled with #file and file~ files, and I don't
really need to backup this way. Can I get rid of that feature easily?

Thanks a lot for your support,

Best regards,

Steve Hemond
Programmeur Analyste / Analyst Programmer
Smurfit-Stone, Ressources Forestieres
La Tuque, P.Q.
Tel.: (819) 676-8100 X2833
shemond@smurfit.com 

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

* Re: Some questions (using Emacs on Aix)
       [not found] <mailman.2122.1076343240.928.help-gnu-emacs@gnu.org>
@ 2004-02-09 19:42 ` Kevin Rodgers
  2004-02-10 19:38 ` kgold
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2004-02-09 19:42 UTC (permalink / raw)


 > 1. Is is possible to tell emacs not to use backup and temporary files? I
 > hate listing a directory filled with #file and file~ files, and I don't
 > really need to backup this way. Can I get rid of that feature easily?

Read the Backup Files section of the Emacs manual:
(setq make-backup-files nil)

Read the Controlling Auto Save section of the Emacs manual:
(setq auto-save-default nil)

-- 
Kevin Rodgers

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

* Re: Some questions (using Emacs on Aix)
       [not found] <mailman.2122.1076343240.928.help-gnu-emacs@gnu.org>
  2004-02-09 19:42 ` Some questions (using Emacs on Aix) Kevin Rodgers
@ 2004-02-10 19:38 ` kgold
  1 sibling, 0 replies; 3+ messages in thread
From: kgold @ 2004-02-10 19:38 UTC (permalink / raw)


"Hemond, Steve" <SHEMOND@SMURFIT.com> writes:
> Hi friends,
> 
> I have installed Emacs (21.3.3) on Aix and I have some questions before
> going ahead and make it available to my users.
> 
> First, while in X11 mode, I have two main problems :
> 
> 1. The DEL key won't erase from the point position. It acts like
> BACKSPACE. (I don't have this problem in terminal mode).

Running GNU Emacs 21.3.1 (powerpc-ibm-aix5.1.0.0, X toolkit):

On my box, the Del key, and all the other keypad keys, act as if Num
Lock is always on.  That is, Del prints a "." Ins prints a "0", etc.

I suppose that's incorrect, but I always use the keypad in Num Lock on
anyway.

BTW, my Delete key works the way you want it to, running delete-char.

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

end of thread, other threads:[~2004-02-10 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2122.1076343240.928.help-gnu-emacs@gnu.org>
2004-02-09 19:42 ` Some questions (using Emacs on Aix) Kevin Rodgers
2004-02-10 19:38 ` kgold
2004-02-09 16:05 Hemond, Steve

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.