Skip to content
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

Error running timer: (void-variable memavailable) #40

Open
testinggithub1222 opened this issue Apr 30, 2019 · 4 comments
Open

Error running timer: (void-variable memavailable) #40

testinggithub1222 opened this issue Apr 30, 2019 · 4 comments

Comments

@testinggithub1222
Copy link

testinggithub1222 commented Apr 30, 2019

I am running emacs on ubuntu 18.04 lte minimal and got this error.
I have tried checking " cat /proc/meminfo " and i got output as following:

MemTotal:        8076796 kB
MemFree:         1658856 kB
MemAvailable:    4415608 kB
Buffers:         1053868 kB
Cached:          2060788 kB
SwapCached:            0 kB
Active:          4082964 kB
Inactive:        1523712 kB
Active(anon):    2475552 kB
Inactive(anon):   573852 kB
Active(file):    1607412 kB
Inactive(file):   949860 kB
Unevictable:         112 kB
Mlocked:             112 kB
SwapTotal:      23068664 kB
SwapFree:       23068664 kB
Dirty:               492 kB
Writeback:             0 kB
AnonPages:       2492164 kB
Mapped:           676532 kB
Shmem:            557384 kB
Slab:             625964 kB
SReclaimable:     506296 kB
SUnreclaim:       119668 kB
KernelStack:       17520 kB
PageTables:        77000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    27107060 kB
Committed_AS:   12399852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      382072 kB
DirectMap2M:     6866944 kB
DirectMap1G:     2097152 kB

Please let me know how can i fix this error because it always float and so annoying.

@testinggithub1222 testinggithub1222 changed the title Invalid face reference: rainbow-delimiters-depth-10-face [210 times] Error running timer: (void-variable memavailable) Apr 30, 2019
@pierceglenn12345
Copy link

Also getting this error with Ubuntu 20 and emacs 27.2. Also getting the same problem when loading emojify. might share a similar root cause?

@pierceglenn12345
Copy link

Not sure about the original poster, but once I sent this I realized the problem. I loaded this package through guix. After deleting and re-downloading through melpa, the problem resolves. I'll leave open in case there are other issues.

@esko997
Copy link

esko997 commented Feb 15, 2022

Having the same issue when getting symon via straight.el.

Per @pierceglenn12345, when installing with MELPA I have no issues.

EDIT: Maybe there is a regression in git master?

For more info, I am running Void Linux and have expected cat /proc/meminfo behavior.

@stanleyjwpp
Copy link

nsflores1 added a commit to nsflores1/symon that referenced this issue Jun 5, 2022
This patch fixes the error where (void-variable memavailable) appears
while running in the minibuffer; the error occurs because cl-lib is
needed to use cl-destructuring bind.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants