* Problems with emacs 26.1
@ 2019-03-24 7:01 Ghosh, Partha
2019-03-26 18:32 ` rajudev
0 siblings, 1 reply; 2+ messages in thread
From: Ghosh, Partha @ 2019-03-24 7:01 UTC (permalink / raw)
To: help-gnu-emacs@gnu.org
[-- Attachment #1: Type: text/plain, Size: 3265 bytes --]
Dear List Members,
I am a new member to this list with the following problem.
I wanted to install Gnu-Emacs 26.1 on Linux Mint (kernel 4.15) running on Macbook Pro. I downloaded from tug site and the process for install ran smoothly, with config stage being provided no gnutls support. I had to choose this option since I could not figure out the necessary libraries required for this support.
After the successfull install, when I started running the newly installed version it failed to recognise:
1. e2wm
2. tabbar
3. yatex
4. setq-tex command
from the previous version of .emacs which was there. Although pdflatex is my preferred LaTeX compilation mode, it would use latex instead.
Here is a copy of the .emacs file:
****************.emacs file***********************
;;;;;;;;;;; Emac init file: Partha Pratim Ghosh ;;;;;;;;;;;;;;;;
;; Added by Package.el. This must come before configurations of
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)
;; load emacs 24's package system. Add MELPA repository.
(when (>= emacs-major-version 24)
(require 'package)
(add-to-list
'package-archives
;;'("melpa" . "http://stable.melpa.org/packages/") ; many packages won't show if using stable
'("melpa" . "http://melpa.milkbox.net/packages/")
t))
;;; for the e2wm window manager
(require 'e2wm)
(global-set-key (kbd "M-+") 'e2wm:start-management)
(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.
'(column-number-mode t)
'(cua-mode t nil (cua-base))
'(current-language-environment "Bengali")
'(font-use-system-font t)
'(save-place t nil (saveplace))
'(show-paren-mode t)
'(size-indication-mode t)
'(tabbar-mode t nil (tabbar)))
(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.
'(default ((t (:family "Ubuntu Mono" :foundry "DAMA" :slant normal :weight normal :height 119 :width normal)))))
(desktop-save-mode 1)
;;; check spelling on the fly
(setq ispell-program-nam "aspell")
(setq ispell-dictionary "british")
;;; for the YaTeX mode
(setq auto-mode-alist
(cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)
(add-hook 'yatex-mode-hook 'flyspell-mode)
(add-hook 'yatex-mode-hook 'flyspell-buffer)
(setq tex-command "/usr/local/texlive/2018/bin/x86_64-linux/pdflatex")
(setq dvi2-command "xreader")
;;(message "%s" (font-family-list))
***********end of .emacs file******************************
I would be thankful if I could be helped out of this situation.
With all the very best wishes and regards,
partha
------
পার্থ প্রতিম ঘোষ
[cid:593d63aa-a194-48e4-a2bb-e3c8f75dc982]
[-- Attachment #2: Outlook-34zgyt0l.jpg --]
[-- Type: image/jpeg, Size: 64417 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problems with emacs 26.1
2019-03-24 7:01 Problems with emacs 26.1 Ghosh, Partha
@ 2019-03-26 18:32 ` rajudev
0 siblings, 0 replies; 2+ messages in thread
From: rajudev @ 2019-03-26 18:32 UTC (permalink / raw)
To: Ghosh, Partha; +Cc: help-gnu-emacs@gnu.org
Replies present Inline.
Ghosh, Partha writes:
> Dear List Members,
>
> I am a new member to this list with the following problem.
>
> I wanted to install Gnu-Emacs 26.1 on Linux Mint (kernel 4.15) running on Macbook Pro. I downloaded from tug site and the process for install ran smoothly, with config stage being provided no gnutls support. I had to choose this option since I could not figure out the necessary libraries required for this support.
>
Any particular reasons to install it using tar, instead of using the
package which is in the repositories?
That will install Emacs the recommended way with necessary libs.
< snipped for clarity >
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-26 18:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-24 7:01 Problems with emacs 26.1 Ghosh, Partha
2019-03-26 18:32 ` rajudev
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.