problem with C-x ` (Mac OSX)

Fred Spiessens fsp at info.ucl.ac.be
Sat Jan 1 09:53:01 CET 2005


Chris,

I tried your code but I cannot replicate your problem on my mac, but  
then again I work in xemacs on X11.
Could it have something to do with your emacs settings?
Hoping it can help you in some way to get your settings rights, here's  
the content of my
  ~/.emacs/custom.el file

cheers,
Fred.



(custom-set-variables
  '(abbrev-mode nil t)
  '(ps-paper-type (quote a4))
  '(paren-mode (quote paren) nil (paren))
  '(oz-halt-timeout 15)
  '(next-line-add-newlines nil)
  '(buffers-menu-submenus-for-groups-p t)
  '(buffers-menu-max-size nil)
  '(dragdrop-autoload-tm-view t)
  '(column-number-mode 1)
  '(interprogram-cut-function (quote own-clipboard))
  '(browse-url-browser-function (quote browse-url-w3))
  '(bar-cursor 2)
  '(zmacs-regions t)
  '(tab-width 4)
  '(url-privacy-level (quote high))
  '(interprogram-paste-function (quote get-clipboard-foreign))
  '(pending-delete-mode t nil (pending-del))
  '(block-movement-size 1)
  '(w3-java-vm-program "java")
  '(line-number-mode 1)
  '(gnuserv-frame t)
  '(blink-cursor-mode nil nil (blink-cursor))
(custom-set-faces
  '(default ((t (:size "12pt" :family "Courier"))) t)
  '(toolbar ((t (:background "Gray80"))) t))
(global-set-key "\M-s" (quote save-buffer))
(global-set-key "\M-c" (quote copy-primary-selection))
(global-set-key "\M-v" (quote yank-clipboard-selection))
(global-set-key "\M-x" (quote kill-primary-selection))
(global-set-key "\M-z" (quote toolbar-undo))

(global-set-key [button5] 'scroll-up-one)
(global-set-key [button4] 'scroll-down-one)
(set-face-background 'default      "white")
;(custom-set-variables '(pending-delete-mode t nil (pending-del)))



On Dec 30, 2004, at 12:21 AM, Chris Wright wrote:

> Hi,
> I have a problem with C-x ` on my mac
>
> When entering the example
>
>
> local A B in
>   A = 3
>   proc {B}
>      {Show A + 'Tinman'}
>   end
>   {B 7}
> end
>
> and feeding it,
>
> I get the expected errors, and when I press C-x `, "No more errors  
> yet" appears ...
> This also occurs if I use X and an emacs compiled for X under osx as  
> well.
>
> I wonder what silly mistake I'm making?
>
> cheers
>
> Chris Wright
>
> GNU Emacs 21.3.50.1 (powerpc-apple-darwin7.5.0)
> Mozart Compiler 1.3.1 (20040902) playing Oz 3
> uname -a
> Darwin Chris-Wrights-Computer.local 7.7.0 Darwin Kernel Version 7.7.0:  
> Sun Nov  7 16:06:51 PST 2004; root:xnu/xnu-517.9.5.obj~1/RELEASE_PPC   
> Power Macintosh powerpc
>
> _______________________________________________________________________ 
> __________
> mozart-users mailing list                                
> mozart-users at ps.uni-sb.de
> http://www.mozart-oz.org/mailman/listinfo/mozart-users




More information about the mozart-users mailing list