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

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

Re: Contiguous redisplay of the menu and beeps


From: Davis Herring
Subject: Re: Contiguous redisplay of the menu and beeps
Date: Tue, 29 May 2007 16:38:35 -0700 (PDT)
User-agent: SquirrelMail/1.4.8-4.el3.4lanl

> --- 897,915 ----
>     ;; Show preceding or following hidden tag, depending of cursor
> direction.
>     (let ((inhibit-point-motion-hooks t))
>       (save-excursion
> !       (condition-case nil
> !       (message "Invisible tag: %s"
> !                ;; Strip properties, otherwise, the text is invisible.
> !                (buffer-substring-no-properties
> !                 (point)
> !                 (if (or (and (> x y)
> !                              (not (eq (following-char) ?<)))
> !                         (and (< x y)
> !                              (eq (preceding-char) ?>)))
> !                     (backward-list)
> !                   (forward-list))))
> !     (error nil)))))
> !

For utmost clarity, I'd just use `ignore-errors' here.  (cl is already
used for compiling sgml-mode.el.)

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

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