-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make profile does not produce overlays #3
Comments
This error isn't present in emacs25. It also works fine for graphical emacs24.5.
Probably some obscure bug.
C-p (which translates to C-h) is currently unbound. I get all help functions by pressing f1. It also works in the terminal, although I use the graphical Emacs 99% of the time. |
You can comment out this in
to make C-p be the help prefix. |
I'm curious, what is the expected behavior of the |
Thanks. A quick look at emacs start-up switches did not help with ‘-l‘ What does it do?
|
|
make profile
inoremacs
dir starts terminal emacs (GNU Emacs 24.5.1) but does not produce overlays with profile data. This error is shown in the messages:+: Wrong type argument: number-or-marker-p, nil
I assume I need to open the init.el file to show the overlays, or does this happen automatically?
Opening the
init.el
file opens it read-only mode, no overlays are shown. Also I can't figure our why, C-h-k command (in fact, C-h sequence in general) does not work. I know there are rebindings of C-p to C-h, but pressing C-p givesC-h undefined
message.The text was updated successfully, but these errors were encountered: