technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.86k stars 887 forks source link

plist-to-alist #90

Closed joegallo closed 13 years ago

joegallo commented 13 years ago

Warning (initialization): An error occurred while loading `/home/joegallo/.emacs.d/init.el':

Symbol's function definition is void: plist-to-alist

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the `--debug-init' option to view a complete error backtrace.


I get the above stacktrace when I try to use the starter kit with emacs from git. I'm guessing the problem is that that function is being referenced at line 261 of elpa-to-submit/color-theme.el. Any ideas why this works just fine in emacs 23 but doesn't on emacs git?

joegallo commented 13 years ago

for now i've worked around this by just deleting the offending lines of the cond.

technomancy commented 13 years ago

Recommend using color-theme from marmalade; seems to be fixed there.

xingxing commented 12 years ago

Hi, If you are using XEamcs, maybe you should add to your .emacs: (setq default-frame-alist '((top . 100) (left . 100) ))