all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: don@donarmstrong.com (Emacs bug Tracking System)
To: David Reitter <david.reitter@gmail.com>
Subject: bug#579: marked as done (cursor-type -> frame parameter?)
Date: Thu, 21 Aug 2008 15:10:05 -0700	[thread overview]
Message-ID: <handler.579.D579.12193562293378.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: C4FC8377-A2FF-40CE-9EEE-EE19CEE3FBD4@gmail.com

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


Your message dated Thu, 21 Aug 2008 18:03:41 -0400
with message-id <9F38E474-E79E-4D36-B578-495BB0FE2C30@gmail.com>
and subject line Re: bug#579: cursor-type -> frame parameter?
has caused the Emacs bug report #579,
regarding cursor-type -> frame parameter?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
579: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=579
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 8872 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 2534 bytes --]

Coming from 22, I expected cursor-type to work as buffer-local variable.
That's what it's documented as, and there is no entry in NEWS  
regarding this.

However, setting cursor-type takes no effect.
Having looked at the nsfns.m code, I tried this

(set-frame-parameter nil 'cursor-type 'bar)

and voila, it does the job.

Is this intended and the same across platforms?  if so, a NEWS entry  
would be nice.  (I haven't checked the manual).




In GNU Emacs 23.0.60.12 (i386-apple-darwin9.4.0, *Step 9.0)
  of 2008-07-19 on scarlett
configured using `configure  '--with-ns''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: nil
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: nil
   value of $XMODIFIERS: nil
   locale-coding-system: nil
   default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
   tooltip-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   global-auto-composition-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
<help-echo> <down-mouse-1> <mouse-1> C-x b <return>
<return> <down-mouse-1> <mouse-1> ( s e t q SPC c o
l o r - t y p e C-x C-e q <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> u r s o r - t y p e C-x C-e SPC ' b o x
) C-x C-e <return> <down-mouse-1> <mouse-1> <return>
( f r a m s <backspace> e - s e t - p a r a e m <backspace>
<backspace> m e t e r C-h f f r a m e - s e t - p <tab>
<tab> <backspace> <backspace> <backspace> <backspace>
<backspace> <s-backspace> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
s e t - f r a m e - p <tab> a <tab> <return> <down-mouse-1>
<mouse-1> <return> <return> ( s e t - f r a m e - p
a r a e m <backspace> <backspace> m e t e r SPC n i
l SPC ' c u r s o r - t y p e SPC ' b a r ) C-x C-e
<return> <return> <up> <down> <down-mouse-1> <mouse-movement>
<mouse-movement> <drag-mouse-1> s-c <menu-bar> <help-menu>
<send-emacs-bug-report>

Recent messages:
.emacs loaded
For information about GNU Emacs and the GNU system, type C-h C-a.
Entering debugger...
Back to top level.
t
box
call-interactively: Text is read-only [2 times]
Making completion list...
Type C-x 1 to delete the help window.
nil

[-- Attachment #2.1.2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 2193 bytes --]

[-- Attachment #3: Type: message/rfc822, Size: 2667 bytes --]

From: David Reitter <david.reitter@gmail.com>
To: 579-done@emacsbugs.donarmstrong.com
Subject: Re: bug#579: cursor-type -> frame parameter?
Date: Thu, 21 Aug 2008 18:03:41 -0400
Message-ID: <9F38E474-E79E-4D36-B578-495BB0FE2C30@gmail.com>

Fixed using a patch installed on 2008-08-20, which uses the generic  
cursor type rather than an NS specific field.


      reply	other threads:[~2008-08-21 22:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <9F38E474-E79E-4D36-B578-495BB0FE2C30@gmail.com>
2008-07-19 22:14 ` bug#579: cursor-type -> frame parameter? David Reitter
2008-08-21 22:10   ` Emacs bug Tracking System [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=handler.579.D579.12193562293378.ackdone@emacsbugs.donarmstrong.com \
    --to=don@donarmstrong.com \
    --cc=david.reitter@gmail.com \
    /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.