doomemacs / doomemacs/core

Something doesn't seem right with Info-nodes

Open
#5,745 5 comments 2 reactions 0 assignees View on GitHub
is:bug needs-triage
Dominant language
Emacs Lisp
Stars
22.7k
Forks
3.1k
Avg merge
10h 46m
Merged PRs (30d)
4

Description

In `Info-mode`, when you're in the Top node, using Go To Node `Info-goto-node` doesn't show any nodes, only this:

```
*
Top This is the top of the INFO tree
```

It makes it unable to navigate to selected nodes.

Trying to type `( Tab` and then searching for a topic shows some files, but the completion (tested with Vertico) is broken. It still won't allow you to search for a topic.

I'd try to type `(elisp)` but it won't let me insert closing paren, throws:

```
Error in post-command-hook (vertico--exhibit): (wrong-number-of-arguments #[(filename &optional noerror)
```

I thought it maybe due to smartparens, disabled it - same results

It doesn't seem like `Info-directory-list` get anyhow modified, anyone has any ideas?

### Steps to reproduce

1. Open Emacs
2. `M-x info`
3. Note that the Node indicator at the top should say: "Node: Top"
4. `M-x Info-goto-node`
5. Try to jump for example to `(elisp)` node

### System Information

https://pastebin.com/H7H6KWmD

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.