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

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

bug#41740: 26.1; completion-at-point fails in the Pacal mode


From: Dmitry Gutov
Subject: bug#41740: 26.1; completion-at-point fails in the Pacal mode
Date: Sat, 6 Jun 2020 22:05:58 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

On 06.06.2020 20:46, Shinichi Sakata wrote:
Use of C-M-i (completion-at-point) in the Pascal mode results in errors.

Here is a way to reproduce the problem:

    1. Start emacs by "emacs -Q".
    2. Open a new file with extension "pas" (say, test.pas).
    3. Type in: program test; var and then use C-M-i.

This should yields an error message like:

   completion--some: Args out of range: #("var" 0 3 (fontified t face font-lock-type-face)), 0, -14
In GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.5)
  of 2019-09-22, modified by Debian built on x86-grnet-01
Windowing system distributor 'The X.Org Foundation', version 11.0.12004000
System Description: Debian GNU/Linux 10 (buster)

And I can confirm it on master.





reply via email to

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