all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Need "xemacs/init.el" => "emacs/init.el" help
@ 2016-01-21 19:44 Tom Browder
  2016-01-21 21:45 ` Dale Snell
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Tom Browder @ 2016-01-21 19:44 UTC (permalink / raw)
  To: help-gnu-emacs

I have bitten the bullet to start using Emacs vs. my 20+ years using
XEmacs use.  I have never been a real power user, but I have my
init.el doing the things I need most.

So far I have discovered the excellent "M-x list-packages" way to
install packages and have started trying to duplicate the behavior I'm
used to with XEmacs.  I've also discovered Eric Schulte's "Emacs 24
Starter Kit" here:

  http://github.com/eschulte/emacs24-starter-kit/

but I will save that for a bit later.

One of the things I use all the time in XEmacs is NO line wrapping
except when I manually use function "fill-paragraph".  (I have that
bound to a key for ease of use.)  I will admit that the
"fill-paragraph" didn't work reliably in XEmacs in all modes (I hope
Emacs will be able to fix that), but for the most part it does what I
need in XEmacs.  But I cannot get it to work in Emacs.

Here's my entire Emacs init.el at the moment (all blank lines and some
comments removed):

; Personal emacs mods of Tom Browder
(require 'package)
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
; packages installed via M-x list-packages:
;   perl6-mode
(setq-default major-mode 'text-mode)
(set-default 'truncate-lines t)
(setq-default fill-column 70)
(global-set-key [f6] 'fill-paragraph)
; prefer cperl for Perl 5
(defalias 'perl-mode 'cperl-mode)

So far, and only using a text buffer, the truncate lines t seems to
work, but I can't get any such line to wrap with the "fill-paragraph"
function.

I have read about the init.el entries not normally affecting modes
already loaded without special lisp code.  Is that what may be
happening in my case?

Any help will be greatly appreciated.

BTW, the major motivation for the change to Emacs has been the arrival
of Perl 6 and a special Perl 6 mode available with Emacs.  In
addition, all the *emacs people I correspond with on various projects
use Emacs.  Emacs is still not as pretty in appearance as XEmacs, but
functionality seems much better.

Best regards,

-Tom



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-01-22 23:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21 19:44 Need "xemacs/init.el" => "emacs/init.el" help Tom Browder
2016-01-21 21:45 ` Dale Snell
2016-01-21 21:49   ` Emanuel Berg
2016-01-21 22:14     ` Dale Snell
2016-01-21 22:29       ` Tom Browder
2016-01-22 23:21         ` Tom Browder
2016-01-22  1:14       ` Emanuel Berg
2016-01-22  1:43         ` Dale Snell
2016-01-21 21:46 ` Emanuel Berg
2016-01-22  7:04 ` Eli Zaretskii
2016-01-22 23:25   ` Tom Browder

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.