www.ShoppingPodder.com

Leading Computer Shopping,
News and information


Part of the Identityscape.com network...

getxfactor.com jmoodmusic.com smartbusinesschoices.com mintdepot.com lowfaresalways.com evangelicalview.com shoppingpodder.com soproudlywehail.com webnews.ws currenthumor.com

 

 

error vim 6.2 diff - "e97 cannot create diffs"
Goto page Previous  1, 2, 3 ... 22, 23, 24
   Shopping Podder - the Best of Computer Postings! Forum Index -> Computer - Editors  
View previous topic :: View next topic  
Author Message
Troy Piggins
Guest






PostPosted: Mon Aug 27, 2007 8:35 am    Post subject: Re: [gvim] colorschemes (Was: [slrn] How to collapse the tre Reply with quote

* Ohmster is quoted & my replies are inline below :
Quote:
Troy Piggins <usenet-0708@piggo.com> wrote in
news:20070827085153@usenet.piggo.com:

Very helpful Troy, Saved and thank you.

What is? You've snipped my whole post without attributing it.
You should be leaving relevant quoted messages to make it easier
for others to follow in case they haven't read the earlier posts.
I always think about what messages would look like in the GG
archives. If you want to trim the length of quoted text,
cut it out but attribute it with something like "[snip]". You've
probably seen other posts with that in them.

Don't worry, I know what you were referring to, and no worries.
Glad it helped.

Quote:
Hey, do you have any kind of "make vim or gvim go fullscreen" stuff that
works? I just tried this plugin by loading it into my plugins directory,
URL is here:
http://www.vim.org/scripts/script.php?script_id=1669

Nope. Sorry. In the extremely rare case I want a larger window,
I just hit the "maximise" button on the title bar.

Quote:
And then put the hook for it in _vimrc or _gvimrc. This is the hook:
nnoremap <C-Enter> :WinFullScreen<CR

I would imagine you'd be wanting it in _gvimrc. FTR where have
you put it?

Quote:
It came from these instructions:

Use command :WinFullScreen to maximize current window
Use command :WinFullScreen again (or move to another window or tab) to
restore windows sizes
Map :WinFullScreen for any key you like
Add to your .[_]vimrc file
nnoremap <C-Enter> :WinFullScreen<CR
and enjoy vim's windows

I don't really understand what the hell they are talking about. I should do
what now to go fullscreem? Press upper case C? That did not do anything.

That's [ctrl]-[enter], not "C". And the "nnoremap" means you
must be in normal mode for it to work. What mode were you in
when you tried it?

Quote:
Next I tried it at the vim command window like this:
:WinFullScreen

It did not do squat. Not even doing it that way worked.

Did it give you an error message? Nothing? Where did you save
the script? Can you start typing the command at the commandline
and try to autocomplete it?

:WinFull[tab][tab]...

etc?

Quote:
Of course I can hit
Alt-Enter from vim when I run it from a command window but that sucks, the
fonts are all huge and it looks like an Atari game or something.

Atari RoXoRed.

Quote:
So have you figured a way to get vim full screen and if so, how did you do
it?

Click the maximise button on title bar. It's only one click.

--
Troy Piggins | http://piggo.com/~troy __ ___
RLU#415538 \ \ / (_)_ __ ,-O (o- O
\ V /| | ' \ O ) //\ O
Vim 7.1 \_/ |_|_|_|_| `-O V_/_ OOO
Back to top
Troy Piggins
Guest






PostPosted: Mon Aug 27, 2007 11:19 am    Post subject: [vim] fullscreen (Was: [gvim] colorschemes) Reply with quote

* Ohmster is quoted & my replies are inline below :
Quote:
Troy Piggins <usenet-0708@piggo.com> wrote in
news:20070827132432@usenet.piggo.com:

* Ohmster is quoted & my replies are inline below :
Troy Piggins <usenet-0708@piggo.com> wrote in
news:20070827085153@usenet.piggo.com:

[snip]

Hey, do you have any kind of "make vim or gvim go fullscreen" stuff
that works? I just tried this plugin by loading it into my plugins
directory, URL is here:
http://www.vim.org/scripts/script.php?script_id=1669

Nope. Sorry. In the extremely rare case I want a larger window,
I just hit the "maximise" button on the title bar.

Let me try that then now and see how it goes. Oh that actually works
quite good. It preserves the formatting and gives more real estate.

LOL you just type it as you think it, don't you. You sure you're
a guy? ;-)

Quote:
And then put the hook for it in _vimrc or _gvimrc. This is the hook:
nnoremap <C-Enter> :WinFullScreen<CR

I would imagine you'd be wanting it in _gvimrc. FTR where have
you put it?

Well, the instructions say to put it in _vimrc. Like this:

Use command :WinFullScreen to maximize current window
Use command :WinFullScreen again (or move to another window or tab) to
restore windows sizes
Map :WinFullScreen for any key you like
Add to your .[_]vimrc file <---------------- Says
where to put it right here.
nnoremap <C-Enter> :WinFullScreen<CR
and enjoy vim's windows

Fair enough, put it there. But if that doesn't work when you are
running gvim, try putting it in _gvimrc.

Quote:
In my case that would be:
I:\Documents and Settings\Ohmster\_gvimrc

The idea of full screen is to make it the same as it would be in Linux at
run level 3, I would think, so I would imagine you would want it in
_vimrc. Use your XP Powertoy add on where you can get "Open command
window here" when you right click on the folder of your choice. To edit
_vimrc I would right click on ohmster and then open the command window,
then use "vim _vimrc" to edit the file.

Yeah, ok. But that's opening with vim, not gvim. So you need it
in _vimrc as recommended above.

[snip]
Quote:
Add to your .[_]vimrc file
nnoremap <C-Enter> :WinFullScreen<CR
and enjoy vim's windows

I don't really understand what the hell they are talking about. I
should do what now to go fullscreem? Press upper case C? That did not
do anything.

That's [ctrl]-[enter], not "C". And the "nnoremap" means you
must be in normal mode for it to work. What mode were you in
when you tried it?

Okay I just added it again to _vimrc, then closed vim, then opened "vim
_vimrc" again, hit Esc so that I would not be in any kind of editing
mode, and hit control-enter. No, it really does not do anything at all.

Can't help you there then.

Quote:
Next I tried it at the vim command window like this:
:WinFullScreen

It did not do squat. Not even doing it that way worked.

I did it again, nothing.

Ditto.

Quote:
Did it give you an error message? Nothing? Where did you save
the script? Can you start typing the command at the commandline
and try to autocomplete it?

The script was saved to the vim plugins folder, that would be here on my
system:
I:\Program Files\Vim\vim71\plugin\win_full_screen.vim

If I read the page right, that is where it is supposed to go, no?
http://www.vim.org/scripts/script.php?script_id=1669

Looks like it to me.

Quote:
The only other plugin folder I see in vim71 is the ftplugin folder.

No, it's not a ftplugin AFAICT.

Quote:
There
is also a macro folder and a few others as well. Oh wait a minute.

There is also a _vimrc file here too:
I:\Program Files\Vim\_vimrc

Wow, that is a really weird looking vimrc file. Only 29 lines and none of
it anything like the Linux vim stuff. Let me show you what's in it...
[snip]


I think that's a default global _vimrc. Leave that one. Your
other one should override it because it gets executed after.

[snip discovery of shiny new toys]

Quote:
No, no error message. As a matter of fact, it still says down at the
bottom of vim:
:WinFullScreen

That never went away, it just stays there. Hitting Esc does not make it
go away. Hitting Esc-colon does make it go away though. Autocomplete? You
mean hit Esc, then colon, then Win and hit the tab key? I can try that.
Yeah, that does work. Actually hitting enter on that does not change the
window but it does make some numbers at the bottom of vim. Here is the
entire bottom line after hitting enter on WinFullScreen:

:WinFullScreen 91,37
Bot

Oh that is just telling me that my cursor is at line 91, position 37
over.

I can't help you any further then mate. Sorry.

Quote:
Well, the _vimrc in I:\Documents and Settings\Ohmster is really just a
copy of my Linux vimrc that I copied over to Windows. It is being used
though. When I add this line:
colorscheme torte

I get the nice blue comments, etc. No nice green cursor though. But if I
comment it out, my colors are not like in linux anymore.

So you're happy with colours. Good.

Quote:
:WinFull[tab][tab]...

etc?

Of course I can hit
Alt-Enter from vim when I run it from a command window but that
sucks, the fonts are all huge and it looks like an Atari game or
something.

Atari RoXoRed.

So have you figured a way to get vim full screen and if so, how did
you do it?

Click the maximise button on title bar. It's only one click.

Well yeah that does work and it is pretty good at that. I just hate it
when something *should* work but don't work. Thanks for your help.

Maybe someone else can help you further with that script.

--
Troy Piggins | http://piggo.com/~troy __ ___
RLU#415538 \ \ / (_)_ __ ,-O (o- O
\ V /| | ' \ O ) //\ O
Vim 7.1 \_/ |_|_|_|_| `-O V_/_ OOO
Back to top
Ohmster
Guest






PostPosted: Mon Aug 27, 2007 12:49 pm    Post subject: Re: [vim] fullscreen (Was: [gvim] colorschemes) Reply with quote

Troy Piggins <usenet-0708@piggo.com> wrote in
news:20070827160710@usenet.piggo.com:

Quote:
* Ohmster is quoted & my replies are inline below :

[snip for space, been there, done that]

Quote:
Hey, do you have any kind of "make vim or gvim go fullscreen" stuff
that works? I just tried this plugin by loading it into my plugins
directory, URL is here:
http://www.vim.org/scripts/script.php?script_id=1669

Nope. Sorry. In the extremely rare case I want a larger window,
I just hit the "maximise" button on the title bar.

Let me try that then now and see how it goes. Oh that actually works
quite good. It preserves the formatting and gives more real estate.

LOL you just type it as you think it, don't you. You sure you're
a guy? Wink

I told you I was chatty. :)

[snip]

Quote:
Use command :WinFullScreen to maximize current window
Use command :WinFullScreen again (or move to another window or tab)
to restore windows sizes
Map :WinFullScreen for any key you like
Add to your .[_]vimrc file <---------------- Says
where to put it right here.
nnoremap <C-Enter> :WinFullScreen<CR
and enjoy vim's windows

Fair enough, put it there. But if that doesn't work when you are
running gvim, try putting it in _gvimrc.

Agreed. Tried both, it did not work. Others are having problems with it
too, see this post:
http://tech.groups.yahoo.com/group/vim/message/55716

Quote:
In my case that would be:
I:\Documents and Settings\Ohmster\_gvimrc

The idea of full screen is to make it the same as it would be in
Linux at run level 3, I would think, so I would imagine you would
want it in _vimrc. Use your XP Powertoy add on where you can get
"Open command window here" when you right click on the folder of your
choice. To edit _vimrc I would right click on ohmster and then open
the command window, then use "vim _vimrc" to edit the file.

Yeah, ok. But that's opening with vim, not gvim. So you need it
in _vimrc as recommended above.

Right. Tried both.

[snip]
Quote:

Okay I just added it again to _vimrc, then closed vim, then opened
"vim _vimrc" again, hit Esc so that I would not be in any kind of
editing mode, and hit control-enter. No, it really does not do
anything at all.

Can't help you there then.

I don't think it works.

Quote:
Next I tried it at the vim command window like this:
:WinFullScreen

It did not do squat. Not even doing it that way worked.

I did it again, nothing.

Ditto.

Agreed. Going to cut a lot out now, because we have been over this.


Quote:
There is also a _vimrc file here too:
I:\Program Files\Vim\_vimrc

Wow, that is a really weird looking vimrc file. Only 29 lines and
none of it anything like the Linux vim stuff. Let me show you what's
in it...
[snip]

I think that's a default global _vimrc. Leave that one. Your
other one should override it because it gets executed after.

Roger that.

[snip]

Quote:
That never went away, it just stays there. Hitting Esc does not make
it go away. Hitting Esc-colon does make it go away though.
Autocomplete? You mean hit Esc, then colon, then Win and hit the tab
key? I can try that. Yeah, that does work. Actually hitting enter on
that does not change the window but it does make some numbers at the
bottom of vim. Here is the entire bottom line after hitting enter on
WinFullScreen:

:WinFullScreen 91,37
:
Bot

Oh that is just telling me that my cursor is at line 91, position 37
over.

I can't help you any further then mate. Sorry.

Agreed, bad script.

[snip]
Quote:

So you're happy with colours. Good.

Very much.

[snip]

Quote:
So have you figured a way to get vim full screen and if so, how did
you do it?

Click the maximise button on title bar. It's only one click.

Well yeah that does work and it is pretty good at that. I just hate
it when something *should* work but don't work. Thanks for your help.

Maybe someone else can help you further with that script.


I think that just maximizing it is good enough. What I was looking for was
something "a la putty alt-enter" where you press alt-enter in putty and get
a gorgeous full screen application with no boarders, plenty of real estate,
and it would be just like that. The windows version of vim apparently
cannot do it but it is not a big deal. Maximizing the window gives plenty
of real estate.

Thanks for your help. Time for work now.

--
~Ohmster * ohmster /a/t/ ohmster dot com
Put "messageforohmster" in message body
(That is Message Body, not Subject!)
to pass my spam filter.
Back to top
dart
Guest






PostPosted: Sat Sep 01, 2007 10:56 am    Post subject: Re: [gvim] colorschemes (Was: [slrn] How to collapse the tre Reply with quote

Troy Piggins wrote:
Quote:
* Ohmster is quoted & my replies are inline below :

Here is my settings in _vimrc :

-----
syntax on
colorscheme torte
set bs=2
set background=dark
set cursorline
highlight cursorline ctermbg=236
highlight cursorline cterm=NONE
set formatoptions=tcq
set laststatus=1
set hlsearch
set incsearch
set nolinebreak
set nocp
set ruler
set tw=79
set wildmenu
set wildmode=longest:full,full
set scrolloff=4
([very snipped])


You said that these were your settings, so perhaps you have more in your
<.vimrc> file; however, just to be sure:

filetype plugin on

will enable plugins. If you don't have this line in your <.vimrc> file, or have
placed it in your <.gvimrc> file, you don't have plugins enabled. The <.gvimrc>
file is loaded _after_ plugins, so enabling plugins there doesn't get those
plugins loaded. This includes plugins, ftplugins, colorschemes, etc.

As an extra: if you want automatic indent, put

filetype indent plugin on

in there, instead.

Dart
Back to top
Tony Mechelynck
Guest






PostPosted: Fri Jul 11, 2008 4:56 am    Post subject: Re: Vim: Matching a string except certain matches? Reply with quote

On 09/07/08 19:03, Volatile wrote:
Quote:
Hi! I want to be able to filter out certain elements from a regex (in
a syntax highlight).
I want something in the lines of "match this if it does not contain
this", "match every word beginning with 'a' and containing five
characters, as long as it does not contain the string 'la' anywere",
and the likes...
Can this be done in a nice way? If not, is there perhaps another way
of expressing this in syntax files?

This sounds like a school exercise... but, well, OK, I'll give you a few
pointers:

I. For Vim patterns in general:

Method I: Study ":help pattern.txt" and in particular the section about
zero-width matches

:help pattern.txt
:help /\@!
:help /zero-width

Method II: Install Dr. Charles "Chip" Campbell's "LogiPat" utility
script and study its help; it will probably give you a much easier way
to solve the problem (at the cost of adding a plugin script).
Dr. Chip's site is at http://mysite.verizon.net/astronaut/vim

II: For syntax scripts in particular:

Play with the way different syntax groups are "contained" in one another
and/or "follow" one another, so that the highlight for five-syllable
words starting with "a" either cannot be taken into consideration for
any word including "la" anywhere, or will be masked by something else in
that case.

See
:help :syn-contains
:help :syn-contained
:help :syn-containedin
:help :syn-nextgroup
etc.


Best regards,
Tony.
Back to top
Tony Mechelynck
Guest






PostPosted: Fri Jul 11, 2008 5:10 am    Post subject: Re: (vim) Inactive window Reply with quote

On 10/07/08 01:00, Luka Djigas wrote:
Quote:
I've tried searching, but alas. Maybe I don't know where to look.

Is it possible somehow to highlight inactive window in a different
background colour ? Something like statusline/statuslinenc, only with
background colour?

I don't think there is a direct way of doing so, but maybe there
exists some tricks among you vim gurus ...


All ideas and constructive suggestions more than welcome.

Luka

You can't change the background of the windows according to whether they
are active or inactive AFAIK, but what you can do is change their
statuslines' color. Try the following to enhance their contrast:

:set laststatus=2
:hi StatusLine ctermbg=lightgreen ctermfg=black
\ gui=bold guibg=green guibg=black
:hi StatusLineNC cterm=bold,reverse gui=bold,reverse

Another possibility is to collapse all inactive windows at top and
bottom of the Vim screen, in the fashion of a Rolodex address book:

:set noequalalways winminheight=0 winheight=99999


Best regards,
Tony.
--
Talk sense to a fool and he calls you foolish.
-- Euripides
Back to top
Tony Mechelynck
Guest






PostPosted: Fri Jul 11, 2008 5:14 am    Post subject: Re: (vim) Inactive window Reply with quote

On 10/07/08 01:00, Luka Djigas wrote:
Quote:
I've tried searching, but alas. Maybe I don't know where to look.

Is it possible somehow to highlight inactive window in a different
background colour ? Something like statusline/statuslinenc, only with
background colour?

I don't think there is a direct way of doing so, but maybe there
exists some tricks among you vim gurus ...


All ideas and constructive suggestions more than welcome.

Luka

You can't change the background of the windows according to whether they
are active or inactive AFAIK, but what you can do is change their
statuslines' color. Try the following to enhance their contrast:

:set laststatus=2
:hi StatusLine cterm=NONE ctermbg=lightgreen ctermfg=black
\ gui=NONE,bold guibg=green guifg=black
:hi StatusLineNC cterm=bold,reverse gui=bold,reverse

Another possibility is to collapse all inactive windows at top and
bottom of the Vim screen, in the fashion of a Rolodex address book:

:set noequalalways winminheight=0 winheight=99999


Best regards,
Tony.
--
Talk sense to a fool and he calls you foolish.
-- Euripides
Back to top
Sven7
Guest






PostPosted: Tue Jul 15, 2008 4:35 am    Post subject: Vim-latex-syntax colour Reply with quote

Hi,

I use (g)Vim to write LaTeX files. It would be
nice to be able to colour environments in
different ways, in order to find stuff quickly
when scrolling. Environments could be lists,
comments, etc.

What I need is some syntax that makes, for
example, "some text_1" blue and "some text_2" green:

\begin{environment_1}
some text_1
\end{environment_1}

\begin{environment_2}
some text_2
\end{environment_2}

Thanks in advance,

/Sven
Back to top
Johannes Tanzler
Guest






PostPosted: Wed Jul 16, 2008 11:06 pm    Post subject: Re: Vim-latexsuite identation of envoronment Reply with quote

Laurent Claessens schrieb:
Quote:
I am using (g)Vim to edit LaTeX files. My question is to add an
identation for environment.

The last time I checked, latex-suite included the
indent/tex.vim script I wrote ages ago.

Should work out-of-the-box, otherwise issue
:filetype indent on



Johannes
Back to top
Sven7
Guest






PostPosted: Thu Aug 21, 2008 2:45 am    Post subject: Re: highlighting of comments Reply with quote

Ha, I found it out myself!

:syn region texOnlyMath start="ddd" end="fff"
contains=@Spell

....makes everything between the ddd and fff come
out as texOnlyMath, which is an evil red colour!

/Staffan


Staffan S skrev:
Quote:
Hi,

I use the comment package in LaTex a lot, eg:

- - - - - - - - - - - - - - - - - - - -
\usepackage{comment}
\excludecomment{A}

(...)

Dear boss,

\begin{A}
You are a twat!
\end{A}

- - - - - - - - - - - - - - - - - - - -

It would be nice to be able to colour these comments differently from
other text, like with % comments. Could someone please help me with this?

/Staffan S
Back to top
Florian Rehnisch
Guest






PostPosted: Mon Aug 25, 2008 12:52 am    Post subject: Re: encrypted vim file Reply with quote

Robert Hicks <sigzero@gmail.com>:
Quote:
Is there a way for Vim to detect a file is encrypted (by using the :X
command) and not creating a swp or backup?

Hmm, I rushed through the vimhelp for encryption and autocmds, and
there seems to be no autocmd event EncText or such. If there was
a way, Vim should have.

Maybe you refer to vim-dev@vim.org mailing list and post a feature
request.
Back to top
Klaus Halonen
Guest






PostPosted: Mon Nov 17, 2008 1:33 am    Post subject: Re: Apuja /vinkkejä tarvitaan Reply with quote

Kirjastaan:" Mutta kriitikot korostavat, että se 4,5 tonnin plutoniummäärä
jolla hyötöreakitori Super-Phoenix tullaan lataamaan vastaa yli sata kertaa
Nagasakin pommissa ollutta Plutoniumlatausta. He muistuttavat myös, että
hyötöreaktori saattaa räjähtää kuin ydinpommi ja että sen jäähdyttimenä
käytettävä nestemäinen natrium syttyy tuleen joutuessaan kosketuksiin veden
tai ilman kanssa."

*Nykyään täysin epäonnistunut Ranskalais/Belgialainern ydintoivon
vääjäämättömänä kohtalona on olla katto palasina erään EU:n
ydinosaamattomuuden kaikkein kallein vuosimiljoonien ydinjätteen
muistomerkki täynnä hallitsematonta ydinkauhun tekniikkaa. Mukanaan tämä
ydinalalle tyypillinen megaepäonnistuminen vei toivon mm. ehtymättömän
ydinpolttoaineen illuusioista. Taloudellisia ja terveydellisiä määriä ei
edes uskalleta julkisuuteen laskea.

Ranskan jälleenkäsittelykuningas La Haguen uhkapeli:
Tarkoituksena akujaan käsitellä miltei yksinäänRanskan omien vanhojen
grafiittikaasureaktorien käytettyjä polttoaineita. Joiden radioaktiivisuus
on vain viidennes verrattuna kevytvesaireaktorin jätteen säteilyyn!! HAO
jälleenkäsitteli viimeksi mainittua vain 2-kuukautta 1976. 1977 lopulla
laajennettiin, mutta todettiin heti riittämättömäksi ydintyyliin. Läheinen
Cherbourgin kaupungin valtuusto on ilmoittanut kaikin keinoin vastustavansa
laajentamisia!

*Länsisaksalaisen ydinkriitikon Robert Jungin mukaan La Haguen ympäristö on
sekä maalla, että merellä radioaktiivisesti saastunut. Hän kertoo, että
kriittisten tiedemiesten ryhmä on todennut läheisellä maa-alueella 10-20
kertaa virallisesti sallittuja säteilyarvoja suurempia arvoja. Ranskan
virannomaiset ovat jyrkästi kiistäneet tällaiset faktat, joita myös La
Haugessa käyneet ruotsalaiset lehtimiehet ovat tuoneet julki.

*Toki Saksassa ja Ruotsissa tiedettiin ranskalaisen ydinfarssin olevan
joutsenlaulusaan jo silloin. Nykyään Euroopan kaikki uraani lähetetään
kiltisti jo vuosikausia vähin äänin ja noloina Venäjän Majakin, joka sekin
laitos lopetetaan tänä vuona 2008 Putinin mukaan. Maailmassa ei Englannin
Sellafieldin ydinonnettomuuden jälkeen ole käytännössä toimivaa
jälleenkäsittelylaitosta pian kuin Japanissa. Lisäksi kun viime vuona
jälleenkäsittelevä laserisotoopikoe meni persiilleen aiotun 90% saannon
romahdettua 11% murskalukuun on aiheen käsittely ollut tabu. Kas ydinalalla
ei ole sen enempää energiapositiivista uraanikiloa enää ikinä
käytettäåvänään. Ei kierrätysuraania, eikä siis enää edes
kierrätysplutoniumiakaan mistään! Mutta kuten alan ideologia on aina ollut
kaikki totuus kielletään vaikka sydän märkänisi.- Ja toden totta kaltaiseni
ydinalan yyberosaajat on niitä aniharvoja jotka faktoja kasvavasti
maailmaamme jalosti jakaa. Joten ollaas hei kuulkaas sielä vaan kuulolla. Ja
kuunnellaan mitä viisauksia myös Antti Vahteralla on meille esittää!!
Back to top
canoe
Guest






PostPosted: Tue Dec 09, 2008 6:54 am    Post subject: Re: Does anyone use :Nsource? Reply with quote

Paul wrote:
Quote:
It seems like a great capability, especially for those of us who use
Vim on a number of different platforms. Being able to keep all my
custom mappings in one place and source them from any Vim instance I
run anywhere is like a dream come true.

But it doesn't work that well. I can't get it to work over SCP at all
-- I just get a continual series of password prompts. Over HTTP it
works, albeit unidirectionally, but it displays a curl progress
display by default over the startup screen. I removed that with 'let
g:netrw_http_cmd="curl -s -o"' but still there's an ugly !curl line
and "Press ENTER to continue."

Why is :Nsource so unloved and undeveloped? Is there a secret
community of users somewhere that appreciate it, scripts that take
advantage of it, and so forth?

You'll want to read up on keygen -- :he netrw-ssh-hack .
That'll help you with no longer needing to frequently enter passwords.

canoe
Back to top
Jaakko Heiskanen
Guest






PostPosted: Mon Dec 15, 2008 4:54 pm    Post subject: Re: kysäri Reply with quote

BANG! Maailmankaikkeuden historia./Neutriino.
Neutriinot ovat pieniä ja hyvin kevyitä hiukkasia. Niitä syntyy
ydinfuusiossa, jotka toimivat tähtien (esimerkiksi Auringon,
perusydinvoimalan) energian lähteinä. Useiden vuosien ajan neutriinojen
oletettiin olevan massattomia, mutta nykyään tiedetään että niillä on pienen
pieni massa, tosin liian pieni pimeän materian ongelman selittämiseen.
Massan olemassaolo ratkaisi pitkään mieliä askarruttaneen
"neutriino-ongelman", jonka mukaan havaitsimme vähemmän neutriinoja
Auringosta kuin teorian mukaan olisi pitänyt. Pieni massa antaa neutriinon
vaihtua kolmen olomuodon- elektronin, myonin ja tau-neutriinon- välillä sen
tullessa Auringosta maahan.

*Tässä on siis keskeistä tajuta, että kvanttiydinfyysikkojen neutraaliksi
"aiemmin väärin" ilmoittama ydinvoimalatehokadon 17% neutriinosäteily
ympäristöbiotooppin on myös potentiaaliltaan siis yllä mainitusti
elektronisäteilyä. Ja kuten on syytä tietää elektronisäteily tunnetaan
paremmin ns. beettasäteilyn elektronituotoksena! Jälleen huomaamme miten
härskisti ydinala valehtelee aiheesta. Ydinvoimalassa mittareissa näkymätön
neutriinosäteily läpäisee kaikki säteilysuojat se sen jälkeen muuttujana
synyttää äärimmäisen tuhoisaa beettasäteilyä. Toki sen lisäksi, että
neutriinon osuessa protoniin syntyy 1 000 000eV gammaterssi myös.

Aiemmat havaintolaitteet pystyivät havaitsemaan vain kaikkein kevyintä
tyyppiä. Neutriinojen ilmenemismuotojen lukumäärä voidaan ennustaa
alkuräjähdysteoriasta. Samalla haastetaan tiukasti teoria, jonka mukaan
maailmanmkaikeus alkoi kuumassa tiheässä tilassa.

Neutroni.
Atomiytimet koostuvat kahden tyyppisistä hiukkasista, neutroneista ja
protoneista, ja nämä molemmat hiukkastyypit taas koostuvat kolmesta
kvarkista. Neutronit painavat melkein yhtä paljon kuin protonit, mutta ovat
varauksettomia. Supernovaräjähdyksen äärimmäisissä olosuhteissa protonit ja
elektronit voivat yhdistyä ja muodostaa neutroneja, jolloin kuolevan tähden
ytimestä syntyy tiheä neutronitähti. Neutronitähden maksimimassan oletetaan
olevan noin kahdeksan Auringon massaa: tätä suuremmat luhistuisivat mustiksi
aukoiksi.
Back to top
Rainer Sundström
Guest






PostPosted: Sun Jan 04, 2009 9:28 am    Post subject: Re: Maailma suurin huijaus Reply with quote

Transmutaatiotekniikasta.
*Maassamme ydinalalla on tuskin mitään niin tarkoin TABU:na pirettyä
systeemiä, kuin mahdollisuus neutraloida edes osin maailman vaarallisimpia
ihmiskunnan ydinjätemoskiaan ydinvoimalasaasteista. Päivän selvää on, että
tämä olisi mahdollista, koska sotilassektorilla systeemiä on pyöritetty
vuosikymmenet. Mutta siviilisektorilla ydinmoskiinsa hukkuva ydintehtailumme
ei suin surmin halua tutustua realiteetteihin, koska periaate "likaaja
maksakoon pahuutensa" panisi ydinteollisuuden vastaamaan ihan OIKEASTI
ydinrikoksistaan ihmiskuntaamme vastaan! Siksi ydinhallintomme ei edes
maksata TVO/Posiva,Fortumeiltamme rahaa asiallisempaan
ydinjätevarastointitekniikan kehittelyyn. Vaikka syytä enemmän kuin olisi!
Kyse on siis siitä, että täysin toimimaton "suolapintasuolammikkoviskonta on
olevinaan halvempaa!" ja todellisuudessa kaikki ydinjäte muutaman sentin
näennäissäästämiseksi pannaan suolavesiallikkoihinsa höyrystymään surutta
lastenlapsiemme tuhoamiseksi!

* Mitään edes alkeismoraalia ei tässä ydinröyhkeydessä voi sivistyskansa
nähdä toki. Yhtä kaikki asiasta on toki pidetty myös tutkimuksia. Mutta
koska transmutaatio ON realistinen maailmanlaajuinen mahdollisuus jo nyt
saati tulevaisuudessa, mutta pikkasen maksaa. Ennenkaikkea, koska
ydinhallinnostamme miljoonien hengenvaaraan asettaminen on..niin "hauskaa"?
Mitä ilmeisemmin vallankäytön, valtiydinterrorin työväline painetaan KAIKKI
myös tämän aiheen esittelykanavat hiljaiseksi. Siksi päätin, että nimenoman
minun tehtävänäni on ydinalanalan huippuosaajana maamme ensimmäisenä raottaa
tämän realiteetin muotoja vuosikymmenten 100% valtiotiedotuspimennostaan.
Tulevaisuuden ydirikoksen Nyyrbergin oikeudenkäynnissä nämä artikkelien
esilläolot tulevat toki lisäämään rajusti syyllistämisnäytöllään
vastuulliset ydinökymme ydinvaltiorikostemme tekijöiden paineita! Pidemmittä
puheitta valtion huippusalattua aiheeseen liittyvää materiaalia siis vihdoin
ja viimein myös TIETOISUUTEEN ja PALJON!:
--------------------------
Transmutaatiolaitteisto on eräs tärkeimmistä tulevaisuuden käytetyn
ydinpolttoaineen jälleenkäsittelyosasista! Laitteella saadaan tuntien
säteilyttämiskäsittelyllä pudotettua hengenvaarallisten käytettyjen
polttoainetankojen säteilytasoa 1000 osaan. Aiheesta löytyy loistava
artikkeli. Jokin aika sitten esim. Tieteen Kuvalehti käsitteli tätä pitkälle
kehitettyä innovaatiota ansiokkaasti.

Idean alkutaipaleet sijoittuvat Cernin hiukkaskiihdytinkokeiluissa
saatuihin tuloksiin. Tarkoitukseen tarvitaan järeä hiukkaskiihdytinyksikkö.
Perusajatuksena on hiukkaspommittaa, (ydinvoimapiireissä niin pidetty teema
tuo viimeinen), mutta asiaan. Testeissä on voitu havaita, että
kiihdyttimestä tulevat partikkelihiukkaset poistivat fissioprosesseissa
virittyneiden atomiytimien viritystiloja tramaattisesti. Ehkä yksi hyvä
vertaus tilanteelle olisi seuraava: Ydinreaktorissa oleva polttoaine on
"ikään kuin" kaupunki joka joutuu sotapommituksissa rauniotilaan. Tällöin
osittain sortunut talokanta sisältää runsaasti potentiaalista satunnaisesti
purkautuvaa "gravitaatioenergiaa" joka romahtaessaan ohikulkijoiden päälle
säteilee satunnaista gravitaatioenergiaansa vaarallisen paljon
ympäristöönsä. Nyt siis hiukkaskiihdyttimellä "murskataan" lisäpommittamalla
muodostuneet romahtamisvaaralliset rauniot. Tällöin siis rauniot jyrätään
"turvalliseksi ihmisille" alueella liikkumiseen.

No, miksi sitten ei voitaisi kuljettaa polttoainetankoja jo
olemassaoloevien hiukkaskiihdyttimien luo saamaan käsittelyä? Kimurantiksi
tilanteen tekee, kun muistetaan Euroopan laajuinen massiivinen vastustus
tämän käytetyn uraanin edustamaa supermyrkyn kuljettamisesta
surullisenkuuluisaan eurooppalaiseen hyötöreaktoriin. Tämän opettamana se
vaihtoehto onkin koettu riskialttiiksi. Ehkei näillä turvattomilla aineilla
kannata vaarantaa kokonaisten valtioiden olemassaoloa. Muuten, kuin
ydinvoimaloita tehtailemalla tietenkin.

Jos jo aineen kuljetus koetaan ongelmalliseksi, on nostettu esille ajatus
että halvempi vaihtoehto olisi kehittää liikuteltava laitteisto. On
laskettu, että jopa yksi eurooppalainen yksikkö voisi käsitellä koko
maanosassa muodostuneen ydinpolttoainekertymän. Näin laitehankinta tulisi
maakohtaisesti täysin realistiselle tasolle, jotenka hintakaan ei ole
ydinvoimapiireille ylittämätön. Jonkinverran ongelmia on tuottanut tämän
pienehkön laitteen tehon saaminen riittäväksi. Mutta suuremmissa kiinteissä
hiukkaskiihdyttimissä on jo nyt saatu riittäviä tehoja. Tämä ei ole ongelman
ydin.

Miksi sitten suomalaisessa ydinvoimakeskustelussa järjestelmällisesti tämä
toimiva tulevaisuuden tekniikka halutaan jääräpäisesti torjua? Miksi TVO/
Posiva konsortio, piittaamatta kiistattomista laitteen tuomista eduista,
haluaakin pikaisesti haudata jätteensä tulevan laitteiston
saavuttamattomiin. Toisihan ydinjätelakiin aiheesta lisätty
transmutaatiokäsittely kiistatta lisähintaa konsortion ennestäänkin kalliin
omakustanteisen ydinsähkön hinnan päälle. Julkisuuteen tulisi ihmisille
selvemmin esille, että kuinka vaarallista ja epävakaata peliä yhtiö pelaa
torjuessaan tämänkin loistavan idean.

Sitten vielä, TVO/Posiva konsortion tarkoituksena oli jo
loppusijoitusluolaston paikkaa kartoittaessaan seuraava. Aikoinaan geologit
ilmoittivat Olkiluodon kallioperän niin huonoksi luolaston sijoituspaikaksi,
ettei sitä rankattu edes 100 parhaimman suomalaisen loppusijoituspaikan
joukkoon. Koskapa se sijaitsee oseaanisen laattatektoniikan
törmäyspisteessä. Jossa Atlantin selänne luo kasvavaa puristusta yhä. Koska
tämä valtamerellinen sedimenttimurskevyöhyke luo loppusijoituspaikalle
kenties suomen huonoimmat ja epävakaimmat säilytysolosuhteet.

Miksi sitten TVO/Posiva konsortion kovassa painostuksessa Olkiluoto otettiin
väkisin 101 vaihtoehtona mukaan? Koska alueella oleva luonnonmerisatama luo
loistavat mahdollisuudet tuoda maailmalta huomaamatta ainokaiseen
ydinjätevarastoon vaivatta kovalla valuutalla käytettyä ydinmateriaalia.
(Asiaa muuten TVO on varkain , tarkoin piilossa julkisuudesta aktiivisesti
kysellyt jo 5 vuoden ajan mm. Ruotsin kautta maailmalta Suomeen
kuljetettavista ydinjätteistä mm. Olkiluodon satamaa hyödyntäen! Sain
ennakkotietooni vahvistuksen "sisäpiireistä" mm. 2008!) Tämän
transmutaatiolaitteen mukanaan tuoman helpotuksen takia saattaisikin tämän
loistavan ydinmonopolibisneksen perusteet murtua. Koska vähemmin säteilevää
polttoainetta voisi jokin "kilpaileva" taho myös varastoida muualle ja vielä
Posivalaista vaihtoehtoa turvallisemminkin. Silloinhan selviäisi myös, että
kuinka kehnosti Posivalainen loppusijoitusluolahahmotelma on suunniteltu,
verrattuna "oikeampaan" vaihtoehtoon. Silloin loppusijoitusbisneksen
hintataso luonnollisesti laskisi ja TVO/Posiva konsortio ei saisi kaikkia
haikailemiaan rahoja.
Back to top
Display posts from previous:   
   Shopping Podder - the Best of Computer Postings! Forum Index -> Computer - Editors Goto page Previous  1, 2, 3 ... 22, 23, 24  
Page 24 of 24
All times are GMT

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum