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

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

Re: Can't bootstrap without X support


From: Kim F. Storm
Subject: Re: Can't bootstrap without X support
Date: Fri, 15 Oct 2004 14:14:00 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Han Boetes <address@hidden> writes:

> Hi,
>
> If you try to bootstrap emacs if you don't have X installed or if you
> configure it with --with-x=no it will break with this message:
>
> In toplevel form:
> ../../emacs--multi-tty/lisp/ruler-mode.el:114:1:Error: Symbol's value as
> variable is void: fringe-bitmaps
>

Does this patch fix it?

*** fringe.el   28 Sep 2004 13:33:31 +0200      1.12
--- fringe.el   15 Oct 2004 14:12:02 +0200      
***************
*** 43,49 ****
  
  (defvar fringe-bitmaps)
  
! (unless (get 'left-truncation 'fringe)
    (let ((bitmaps '(left-truncation right-truncation
                   up-arrow down-arrow
                   continued-line continuation-line
--- 43,50 ----
  
  (defvar fringe-bitmaps)
  
! (unless (or (not (boundp 'fringe-bitmaps))
!           (get 'left-truncation 'fringe))
    (let ((bitmaps '(left-truncation right-truncation
                   up-arrow down-arrow
                   continued-line continuation-line

-- 
Kim F. Storm  http://www.cua.dk





reply via email to

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