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

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

bug#46468: 28.0.50; difficult to find undisplayable characters


From: joakim
Subject: bug#46468: 28.0.50; difficult to find undisplayable characters
Date: Wed, 20 Oct 2021 22:58:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

- It's possible to avoid the problem by using this cookie in the
- problematic files:

-*- coding: utf-8 -*-

- Following Andreas suggestion I created a small search function:
(defun search-bad ()
    (interactive)
  (search-forward-regexp   "[\200-\377]"))

The function didnt really help me solve my problem, but the
aforementioned cookie did.

I think this is kind of clunky, but if nobody else has this problem,
this solution is good enough for me and the bug can be closed.
-- 
Joakim Verona
joakim@verona.se





reply via email to

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