Accepting request 285535 from M17N

- Correct some load paths 
- Set progress-feedback-use-echo-area to true to allow some modes
  like C-mode and TeX-mode to write messages (boo#905625 and bdc#902003)

OBS-URL: https://build.opensuse.org/request/show/285535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xemacs?expand=0&rev=80
This commit is contained in:
Dominique Leuenberger 2015-02-11 15:45:54 +00:00 committed by Git OBS Bridge
commit 3955791b51
4 changed files with 16 additions and 8 deletions

View File

@ -6,9 +6,8 @@
;;; Mike Fabian <mfabian@suse.de>, 2004, 2005 ;;; Mike Fabian <mfabian@suse.de>, 2004, 2005
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq load-path (delete (concat "/usr/share/xemacs/" (setq load-path (delete (concat lisp-directory
emacs-program-version "site-packages/lisp/term/")
"/site-packages/lisp/term/")
load-path)) load-path))
;; ;;
@ -327,7 +326,8 @@
(emacs-version>= 21 5 6)) (emacs-version>= 21 5 6))
(define-coding-system-alias 'native (intern tmp)))))) (define-coding-system-alias 'native (intern tmp))))))
(suse-set-coding-systems) (if load-user-init-file-p
(suse-set-coding-systems))
;; Set input mode ;; Set input mode
(let ((value (current-input-mode))) (let ((value (current-input-mode)))

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 10 16:58:28 UTC 2015 - werner@suse.de
- Correct some load paths
- Set progress-feedback-use-echo-area to true to allow some modes
like C-mode and TeX-mode to write messages (boo#905625 and bdc#902003)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 9 05:36:13 UTC 2014 - i@marguerite.su Sat Aug 9 05:36:13 UTC 2014 - i@marguerite.su

View File

@ -246,7 +246,7 @@ Index: xemacs-21.5.29/lisp/site-init.el
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ xemacs-21.5.29/lisp/site-init.el +++ xemacs-21.5.29/lisp/site-init.el
@@ -0,0 +1,17 @@ @@ -0,0 +1,18 @@
+;;;; +;;;;
+;;; xemacs-21.1.14/lisp/site-init.el +;;; xemacs-21.1.14/lisp/site-init.el
+;;; Author: Werner Fink <werner@suse.de> +;;; Author: Werner Fink <werner@suse.de>
@ -255,7 +255,8 @@ Index: xemacs-21.5.29/lisp/site-init.el
+(garbage-collect) +(garbage-collect)
+ +
+(setq gnus-default-nntp-server "news") +(setq gnus-default-nntp-server "news")
+(setq w3-directory (concat "/usr/share/xemacs/" emacs-program-version "/lisp/w3")) +(setq w3-directory (concat lisp-directory "w3"))
+(setq progress-feedback-use-echo-area t) ;; boo#905625 and bsc#902003
+ +
+(garbage-collect) +(garbage-collect)
+(garbage-collect) +(garbage-collect)

View File

@ -1,7 +1,7 @@
# #
# spec file for package xemacs # spec file for package xemacs
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed