all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: christian.klugesherz@sxb.bsf.alcatel.fr (christian klugesherz)
Subject: Re: Cursor color under emacs for read only files.
Date: 20 Jun 2003 01:45:50 -0700	[thread overview]
Message-ID: <df855ff7.0306200045.2aaf070d@posting.google.com> (raw)
In-Reply-To: 3EF1DABA.228EBCF4@sxb.bsf.alcatel.fr

After now two weeks of surch I have found the reason of my problem.
I hope the solution can help others:
The reason was the use of cual-mode  package
To configure the cursor use following command

(load "emacs/com/cua-mode")
(CUA-mode t)
(CUA-keypad-mode 'prefix t)

(setq CUA-mode-normal-cursor-color "red")
          (setq CUA-mode-overwrite-cursor-color "yellow")
          (setq CUA-mode-read-only-cursor-color "green")

Bye

Chris

Christian Klugesherz <christian.klugesherz@sxb.bsf.alcatel.fr> wrote in message news:<3EF1DABA.228EBCF4@sxb.bsf.alcatel.fr>...
> Dear emacs users
> 
> My configuration is following: Sun Solaris 8 and Emacs 20.3
> My question concerns the cursor color under emacs.
> To configure that, I use next code in .emacs file
> 
> (setq default-frame-alist
>    '(
>          (cursor-color     . "greenyellow")
>          (cursor-type      . box)
>      )
> )
> 
> This works well when I open read/write files.
> But when I open "read only" files, the cursor changes to another color
> ???
> Could somebody help me, and tell me where I can configure the cursor
> color for a "read only" file
> 
> Thanks in advance
> 
> Chris

      reply	other threads:[~2003-06-20  8:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-19 15:46 Cursor color under emacs for read only files Christian Klugesherz
2003-06-20  8:45 ` christian klugesherz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=df855ff7.0306200045.2aaf070d@posting.google.com \
    --to=christian.klugesherz@sxb.bsf.alcatel.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.