help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [h-e-w] Alt-tab does not switch tasks


From: Raynor, Bill
Subject: RE: [h-e-w] Alt-tab does not switch tasks
Date: Wed, 30 Jul 2008 14:23:53 -0500

Sure, it is the same one I used before upgrading:
(message "starting ")
(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(cua-mode t nil (cua-base))
 '(emacsw32-max-frames nil)
 '(emacsw32-mode t)
 '(emacsw32-style-frame-title t)
 '(htmlize-view-print-visible t t)
 '(menuacc-active t nil (menuacc))
 '(org-agenda-files (quote ("~/todo.org")))
 '(pr-gs-command "c:\\Program Files\\gs\\gs8.54\\bin\\gswin32c.exe")
 '(pr-gv-command "C:\\Program Files\\Ghostgum\\gsview\\gsview32.exe")
 '(recentf-mode t)
 '(swbuff-y-mode t)
 '(transient-mark-mode t)
 '(w32-feeling-mode t nil (w32-feeling))
 '(w32-meta-style (quote w32-lr))
 '(w32-print-menu-show-print nil)
 '(w32-print-menu-show-ps-print nil)
 '(w32shell-shell (quote cmd)))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )
;;; WJR Customizations
(setq default-tab-width 3)
(setq default-major-mode 'text-mode)
(setq fill-column 80)
(setq font-lock-maximum-decoration t)
(global-font-lock-mode t)
(require 'paren)
;;(setq font-lock-support-mode 'lazy-lock-mode)
(setq font-lock-maximum-decoration t )
(show-paren-mode 1)

(setq frame-title-format "Emacs - %f")
(setq icon-title-format "Emacs - %b")

(display-time)
;;
(message "Loading Remember Mode")
(add-to-list 'load-path "C:\\Apps\\Emacs\\site-lisp\\remember-1.9")
(require 'remember-autoloads)
(setq org-remember-templates
  '(("Tasks" ?t "* TODO %?\n  %i\n  %a" "~/todo.org")
;; (2)
         ("Appointments" ?a "* Appointment: %?\n%^T\n%i\n  %a"
"~/organizer.org")))
(setq remember-annotation-functions '(org-remember-annotation))
(setq remember-handler-functions '(org-remember-handler))
(eval-after-load 'remember
  '(add-hook 'remember-mode-hook 'org-remember-apply-template))
(global-set-key (kbd "C-c r") 'remember)
;; (3)


(message "Loading ORG Mode")
;;;(add-to-list 'load-path "C:\\Apps\\Emacs\\site-lisp\\org-5.17a")
;;; (require `org-install)
;;; from Sacha Chua
http://sachachua.com/wp/2007/12/28/emacs-getting-things-done-with-org-ba
sic/
;;; (global-set-key (kbd "C-c a") 'org-agenda)
;; (5)
(setq org-todo-keywords '("TODO" "STARTED" "WAITING" "DONE"))
;; (6)
(setq org-agenda-include-diary t)
;; (7)
(setq org-agenda-include-all-todo t)   
;; The following lines are always needed.  Choose your own keys.
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)

(message "Finished wjr emacs customizations ")
(defun my_insert-time ()
  "Insert date at point."
  (interactive)
  (insert (format-time-string "%Y.%m.%d:%T")))
(message "...loading desktop")
(load "desktop")
(desktop-save-mode 1)
(desktop-load-default)
(desktop-read)
(put 'downcase-region 'disabled nil)
(cd (getenv "HOME"))
(message "Finished loading WJR .emacs")

Bill Raynor
Innovation Design & Testing
(920) 721-5973
Email: address@hidden


> -----Original Message-----
> From: Eli Zaretskii [mailto:address@hidden
> Sent: Wednesday, July 30, 2008 2:01 PM
> To: Raynor, Bill
> Cc: address@hidden; address@hidden
> Subject: Re: [h-e-w] Alt-tab does not switch tasks
> 
> > Date: Wed, 30 Jul 2008 13:01:25 -0500
> > From: "Raynor, Bill" <address@hidden>
> > cc: address@hidden,
> >     address@hidden
> >
> > I have tried it both shutting down emacs and doing a reboot and by
doing
> > the reboot with emacs running. In both cases, I get the PID message
when
> > the system comes back up.
> 
> Can you show us your .emacs file?
> 



 
This e-mail is intended for the use of the addressee(s) only and may contain 
privileged, confidential, or proprietary information that is exempt from 
disclosure under law.  If you have received this message in error, please 
inform us promptly by reply e-mail, then delete the e-mail and destroy any 
printed copy.   Thank you. 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]