Re: Displaying outline-heading-alist and outline-regexp in a dedicated buffer

tpeplt <[email protected]> Sun, 12 Jul 2026 08:30:01 -0400
Newsgroups gmane.emacs.help
Message-ID <[email protected]>
Heime <[email protected]> writes:

> On Friday, July 10th, 2026 at 1:56 PM, 
> Heime <[email protected]> wrote:
>
> I then stored values in local varables HRKL and HDGS.  But still,
> HRKL and HDGS do not hold the stored values from the LET.
>
>    (let ( (hrkl  (kronaire-levels 8))
>          (hdgs  (concat (regexp-opt (mapcar 'car hrkl)) "\\>")) )
>

1. ‘kronaire-levels’ is not defined in your message.  You
   could try replacing the call to this function with a
   constant value until you have resolved other problems.

2. ‘(mapcar 'car hrkl)’ references ‘hrkl’, but you used
   ‘let’ instead of ‘let*’.

-- 
The lyf so short, the craft so long to lerne.
- Geoffrey Chaucer, The Parliament of Birds.