Find the answer to your Linux question:
Results 1 to 2 of 2
so i use putty a windows ssh program to connect to my linux box. I logged in as root and used emac to make a simple c++ program. the program ...
  1. #1
    mss
    mss is offline
    Just Joined! mss's Avatar
    Join Date
    Jan 2006
    Posts
    45

    Cool emacs issues

    so i use putty a windows ssh program to connect to my linux box. I logged in as root and used emac to make a simple c++ program. the program basically printed the value of a and b to the screen. I saved the program and complied it using g++. i ran the program and it ran fine. I then attempted to edit my program again using emacs by entering, emacs program.c. emacs openned but it got stock at "loading 50dictionaries-common". I tried this a number of times but the result was always the same.


    please help.

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    I would say do
    Code:
    apt-get install dictionaries-common
    or edit the
    Code:
    /etc/emacs/site-start.d
    file, and remove the line telling it to load that .el
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •