emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tab width problems on mac os x/carbon


From: bryan o'connor
Subject: tab width problems on mac os x/carbon
Date: Sun, 2 Jan 2005 19:33:39 -0800

the change below causes display problems on mac os x/carbon.

   * xdisp.c (x_produce_glyphs): Calculate tab width by
     FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.

the buffer does seem to be correct.  the display acts as if tab
width was 0.

switching back to FRAME_COLUMN_WIDTH fixes the problem.

i imagine that the fix is either implementing (fixing?)
FRAME_SPACE_WIDTH on mac os x/carbon or adding some logic that
reverts back to FRAME_COLUMN_WIDTH if FRAME_SPACE_WIDTH is useless.



In GNU Emacs 21.3.50.1 (powerpc-apple-darwin7.7.0)
 of 2005-01-02 on crazymonkey.local
Distributor `Apple Computers', version 10.3.7
configured using `configure '--without-x' '--prefix=/usr/local' 'CFLAGS=-DSELECT_USE_CFSOCKET''

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
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  show-paren-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<menu-bar> <help-menu> <report-emacs-bug>

Recent messages:
Loading paren...done
Loading edmacro...done
Loading executable...done
Loading regexp-opt...done
Loading server...done
Loading easy-mmode...done
Loading cl-seq...done
Loading cl-macs...done
Loading jit-lock...done
Loading emacsbug...done





reply via email to

[Prev in Thread] Current Thread [Next in Thread]