unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: wanglichunpost@gmail.com
Subject: session.el problem
Date: 17 Dec 2005 09:02:13 -0800	[thread overview]
Message-ID: <1134836168.861800.195550@g43g2000cwa.googlegroups.com> (raw)

Hi there,
 I'm using Emacs 21.4.1 on Debian
According to the session.el,it put the following into my .emacs file:

(require 'session)
(add-hook 'after-init-hook 'session-initialize)
(setq session-save-file "~/.session")

but  there has no two new submenus: Open...recently changed and
Open...recently visited.
and also my kill-ring ,my.session  is empty.I could not figure out yet
if or how I could configure the behavior  wanted. Any hints would be
appreciated.

my  .emacs:
(setq current-language-environment "Chinese-GBK")
(set-keyboard-coding-system 'chinese-iso-8bit)
(prefer-coding-system 'gb2312)
(global-font-lock-mode t)
(tool-bar-mode 0)
(setq delete-auto-save-files t)

;session.el
(require 'session)
(add-hook 'after-init-hook 'session-initialize)
(setq session-save-file "~/.session")

;;setnu.el
(require 'setnu)
(setnu-mode t)
;; ido.el
(require 'ido)
(ido-mode t)
;; ibuffer.el
(require 'ibuffer)
(global-set-key (kbd "C-x C-b") 'ibuffer)
;;desktop.el embeded in emacs,it should be placed at the last of all
the el file
(load "desktop")
(desktop-load-default)
(desktop-read)
;; enable copy &paste between application and emacs
(setq x-select-enable-clipboard t)
(setq interprogram-paste-function 'x-cut-buffer-or-selection-value)

Regards

             reply	other threads:[~2005-12-17 17:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-17 17:02 wanglichunpost [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-12-17 16:21 session.el problem wanglichunpost

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1134836168.861800.195550@g43g2000cwa.googlegroups.com \
    --to=wanglichunpost@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).