> Date: Sun, 11 Jul 2021 22:20:07 +0200 (CEST) > From: [email protected] > Cc: Help Texinfo <[email protected]> > > 1. Run emacs -q > 2. Drag sample.info into the Emacs frame > 3. M-x Info-mode > 4. M-x rev-b, y > 5. Select 'Index' > 6. Select 'the spot' > > It takes me to Top.
That's a strange method of accessing an Info manual. Don't you see an error message after step 4, meaning something is not right? Here's the recommended method of reading an Info manual: 1. emacs -q 2. C-u C-h i /path/to/sample.info RET 3. Select 'Index' 4. Select 'the spot'
