all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* My emacs was upgraded and I am a novice again
@ 2007-09-20 18:22 Bruce Korb
  2007-09-20 23:40 ` David Hansen
  2007-09-21  9:49 ` Eli Zaretskii
  0 siblings, 2 replies; 70+ messages in thread
From: Bruce Korb @ 2007-09-20 18:22 UTC (permalink / raw)
  To: help-gnu-emacs

The main novice problem is that I cannot get out of novice mode.
It does not seem to matter that I've been using emacs for 20 years.
``appropos novice'' yields nothing.  I suppose I could go hunting
around the file system to find where "novice.el" is hidden, but
I really don't want to do that.  I just want all these nonsense
"novice" confirmation junk turned off and I want it easy to find.
Why is that too much to ask?  :(

OK.  I've vented now.  Would someone please be kind enough to
tell me how to shut down the novice stuff completely?  Thank you.

P.S. This appears to not be everything anymore:


(put 'narrow-to-region 'disabled nil)
(put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil)
(put 'set-goal-column 'disabled nil)
(setq inhibit-startup-message t)
(setq next-line-add-newlines nil)
(setq default-major-mode 'indented-text-mode)
(setq split-window-keep-point nil)
(setq minibuffer-max-depth nil)
(setq vc-mistrust-permissions nil)
(setq line-number-mode 't)
(setq backup-by-copying-when-linked 't)
(setq default-tab-width 8)
(setq hack-local-variables 't)
(setq indent-tabs-mode nil)
(setq-default indent-tabs-mode nil)
(setq line-number-mode 't)
(setq column-number-mode 't)
(setq c-recognize-knr-p nil)
(setq enable-local-variables 't)
(setq vc-cvs-stay-local nil)

^ permalink raw reply	[flat|nested] 70+ messages in thread
[parent not found: <mailman.1081.1190330833.18990.help-gnu-emacs@gnu.org>]
* Re: My emacs was upgraded and I am a novice again
@ 2007-10-06 18:44 Bruce Korb
  0 siblings, 0 replies; 70+ messages in thread
From: Bruce Korb @ 2007-10-06 18:44 UTC (permalink / raw)
  To: help-gnu-emacs

This addition:  (setq disabled-command-function nil)
seemed reasonable.  It isn't quite a complete cover tho:

> The local variables list in configure.in
> contains values that may not be safe (*).
> 
> Do you want to apply it?  You can type
> y  -- to apply the local variables list.
> n  -- to ignore the local variables list.
> !  -- to apply the local variables list, and permanently mark these
>       values (*) as safe (in the future, they will be set automatically.)
>
>     mode : autoconf-mode
>     indent-tabs-mode : nil
>     sh-indentation : 2

OK, so I've made it permanent so ``sh-indentation 2''
will no longer be treated with suspicion.  The *NEXT*
suspicious thing will interrupt me again, however.
I think that this:

 '(safe-local-variable-values (quote ((sh-indentation . 2))))

should be *ENTIRELY* disabled, not just the one "sh-indentation"
entry.  I don't exactly know who thinks I need protection from
nefarious things like two-space indentation, but the reason I
had that assignment is because I wanted that assignment in there.

> There was never such a user setting in Emacs.  You always had to  
> enable each command individually (unless you are an advanced user and  
> know how to set a function to nil without causing damage). 

The problem, of course, are the newly added protections with
less-than-obvious ways of telling emacs, "Please stop protecting
me."  In the case above, it is not a disabled command issue.
It is some collection of variable values that someone thought
would be "dangerous".  So, I guess, in the end, I'm asking for
an enhancement:

 (custom-set-variables
    '(protective-mode nil))

and from that day forth, never worry about emacs protecting me
from myself ever again.  :-}  Thank you!  Cheers - Bruce

^ permalink raw reply	[flat|nested] 70+ messages in thread
[parent not found: <mailman.1779.1191696304.18990.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2007-10-17 23:23 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-20 18:22 My emacs was upgraded and I am a novice again Bruce Korb
2007-09-20 23:40 ` David Hansen
2007-09-21  9:49 ` Eli Zaretskii
2007-09-21 11:21   ` Dave Pawson
     [not found]   ` <mailman.1105.1190373701.18990.help-gnu-emacs@gnu.org>
2007-09-21 11:36     ` Joost Kremers
2007-09-21 17:40     ` Stefan Monnier
2007-09-21 19:17       ` Tom Tromey
2007-09-22  5:04         ` Dave Pawson
2007-09-22  7:39           ` Eli Zaretskii
2007-09-22  8:56             ` Dave Pawson
2007-09-22  9:21               ` Eli Zaretskii
2007-09-22 13:12                 ` Dave Pawson
2007-09-22 14:28                   ` Eli Zaretskii
2007-09-22 16:26                     ` Drew Adams
2007-09-22 16:23                   ` Drew Adams
2007-09-22 16:37                     ` Dave Pawson
2007-09-22 18:23                     ` Eli Zaretskii
2007-09-22 18:36                       ` Drew Adams
     [not found]                 ` <mailman.1154.1190466767.18990.help-gnu-emacs@gnu.org>
2007-09-23  7:45                   ` Tim X
     [not found]             ` <mailman.1149.1190451373.18990.help-gnu-emacs@gnu.org>
2007-09-23  6:49               ` Tim X
2007-09-23  8:26                 ` Dave Pawson
2007-09-23 11:13                 ` Bastien
2007-09-23 16:14             ` Tom Tromey
2007-09-23 19:10               ` Eli Zaretskii
     [not found]               ` <mailman.1193.1190574615.18990.help-gnu-emacs@gnu.org>
2007-09-24  0:38                 ` Johan Bockgård
2007-09-24  4:25                   ` Eli Zaretskii
2007-09-25  8:54                 ` Tim X
     [not found]             ` <mailman.1189.1190565460.18990.help-gnu-emacs@gnu.org>
2007-09-23 16:52               ` David Kastrup
2007-09-23 17:27                 ` Tom Tromey
     [not found]                 ` <mailman.1192.1190569877.18990.help-gnu-emacs@gnu.org>
2007-09-23 18:03                   ` Joost Kremers
2007-10-17 23:19                 ` David Combs
     [not found]         ` <mailman.1147.1190437481.18990.help-gnu-emacs@gnu.\x04org>
2007-09-23  5:56           ` Tim X
2007-09-23  7:18             ` Dave Pawson
2007-09-23  5:01     ` Tim X
2007-09-23  6:25       ` Dave Pawson
2007-09-24  0:15       ` Sean Sieger
     [not found]       ` <mailman.1172.1190528732.18990.help-gnu-emacs@gnu.org>
2007-09-23  8:18         ` David Kastrup
2007-09-23  8:56           ` Dave Pawson
2007-09-23 19:11             ` Eli Zaretskii
     [not found]           ` <mailman.\x041177.1190537774.18990.help-gnu-emacs@gnu.org>
2007-09-23  9:25             ` David Kastrup
2007-10-17 23:23           ` AH HA! it's a MENU item! " David Combs
2007-09-24  4:09         ` Stefan Monnier
2007-09-24  8:36           ` David Hansen
2007-09-24 21:51           ` Eli Zaretskii
2007-09-24 22:41             ` Emre Sahin
2007-09-24 23:10               ` Bastien
2007-09-25 15:47                 ` Drew Adams
2007-09-25 21:33                   ` Eli Zaretskii
2007-09-25 21:46                     ` Drew Adams
2007-09-26  9:02                       ` Eli Zaretskii
2007-09-26 14:47                         ` Drew Adams
2007-09-26 15:05                           ` Eli Zaretskii
2007-09-26 16:10                             ` Drew Adams
2007-09-25  4:12               ` Eli Zaretskii
2007-09-25 11:06                 ` Emre Sahin
2007-09-25 21:24                   ` Eli Zaretskii
     [not found]               ` <mailman.1254.1190675441.18990.help-gnu-emacs@gnu.org>
2007-09-25  5:52                 ` David Kastrup
2007-09-25  7:08                   ` Bastien
2007-09-24  8:05         ` Tim X
2007-09-24 16:12           ` Sean Sieger
     [not found] <mailman.1081.1190330833.18990.help-gnu-emacs@gnu.org>
2007-09-21  4:35 ` Glenn Morris
2007-09-23 20:17 ` Tom Horsley
2007-09-23 20:31   ` David Kastrup
2007-09-23 21:11     ` Drew Adams
2007-09-24 10:51     ` Tom Horsley
2007-09-24 21:49       ` Eli Zaretskii
2007-09-25  8:57   ` Tim X
  -- strict thread matches above, loose matches on Subject: below --
2007-10-06 18:44 Bruce Korb
     [not found] <mailman.1779.1191696304.18990.help-gnu-emacs@gnu.org>
2007-10-07  5:45 ` Tim X
2007-10-10 17:16 ` Stefan Monnier

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.