LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-12-2003, 07:07 PM   #1
CodeWarrior
Member
 
Registered: Mar 2003
Location: US
Distribution: Kubuntu 6.06
Posts: 173

Rep: Reputation: 30
How to increase the font size in emacs


How do I do this in emacs and shutoff the creation of the *~ file permenantly? Thanks
 
Old 05-12-2003, 07:29 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Font: How do I do this in emacs
edit .emacs and add
(setq default-frame-alist '((font . "-courier-medium-r-normal--12-
*-*-*-c-*-iso8859-1")
(cursor-color . "black")
(user-position . t)
(user-size . t)
(height . 60)
(width . 80)))

Modify to your liking :)

Cheers,
Tink
 
Old 05-12-2003, 07:37 PM   #3
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
shutoff the creation of the *~ file permenantly?
(defun turn-off-backup ())

Not sure whether it works, I didn't try it (I *like*
the backup-files ;})

Cheers,
Tink
 
Old 05-12-2003, 08:35 PM   #4
nakkaya
LQ Guru
 
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398

Rep: Reputation: 45
that is not a wise idea but you can collect them under one folder i collect them under .save this is more secure. some times you just need them.


;;save everything to a folder
(setq
backup-by-copying t ; don't clobber symlinks
backup-directory-alist
'(("." . "~/.saves")) ; don't litter my fs tree
delete-old-versions t
kept-new-versionhs 6
kept-old-versions 2
version-control t) ; use versioned backups
 
Old 11-04-2009, 10:34 PM   #5
valbaca
LQ Newbie
 
Registered: Oct 2009
Location: Texas Tech University
Distribution: Slackware 13.0
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by nakkaya View Post
that is not a wise idea but you can collect them under one folder i collect them under .save this is more secure. some times you just need them.


;;save everything to a folder
(setq
backup-by-copying t ; don't clobber symlinks
backup-directory-alist
'(("." . "~/.saves")) ; don't litter my fs tree
delete-old-versions t
kept-new-versionhs 6
kept-old-versions 2
version-control t) ; use versioned backups
nakkaya, I'll try yours out.
I just have this one-liner (make sure you make the directory ~/.emacs_backups/:
Code:
;; Save all backup file in this directory.
(setq backup-directory-alist (quote ((".*" . "~/.emacs_backups/"))))
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
aterm - how do I increase the font size? dkaplowitz Linux - Newbie 4 09-24-2009 07:03 PM
How to increase font size in EmacsX? kornerr Linux - General 2 06-29-2005 11:50 PM
How to increase the font size in Mozilla ? wlaw Linux - Software 4 09-21-2004 04:03 PM
increase font size in applications jbolt Mandriva 4 08-30-2004 04:05 AM
VNC + X11 font size increase s7nner Linux - General 0 05-04-2003 11:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration