On Mon, Apr 11, 2005 at 12:51:17AM -0400, Stefan Monnier wrote:
> 
> The patch below fixes the above buggy behavior.
> I think it preserves the current behavior in "all" other cases.
> 
> 

Hi,

the patch fixes the "reduced" error, but not the original problem. 
I have added an updated description to reproduce the bug (based on -Q).

Stefan, I send you the vhdl file I use in a separate mail.

Ulf 


- emacs -Q 
- Load the vhdl file
- M-x font-lock-mode 
- C-x 2
- Jump to the end of the buffer in the upper window
- Switch to the lower window, where the other signals are
- Type "signal " (with a space afterwards), this triggers the template insertion
  mechanism for a signal
- type any name at the minibuffer prompt, eg. test <RET>.
- type any type at the minibuffer prompt, eg. std_logic <RET>.
    -> ! The region between the signal and the point in the other buffer is
    deleted !
- type any initialization value at the minibuffer prompt and press return.
    -> Error message: "byte-code: Invalid search bound (wrong side of point)"



-- 
Jabber-ID: [EMAIL PROTECTED]


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to