bash does not know the letter 'p' [duplicate]Why did my “d” break when I screwed up a bind?Key for the letter “p” not working everywhere, Ubuntu LinuxWhy my $PATH is not inherited by the invoked bash?How does bash know how it is being invoked?#!/bin/bash: No such file or directoryUnable to source .profile and .nvm/nvm.sh from .bashrcWhy does tmux mess up my Ubuntu login, though it works ok once logged in for new windows?`su` and `sudo bash` give a root prompt that won't execute any commandLooping through lines in file using bash and passing to variable. Resulting variable is not the same value as file, why?Unable to type apostrophe in the terminalWhy can't I add this custom Node PATH to /etc/profile.d scripts?/etc/profile, ~/.bashrc and no other profile files are sourced for users, only for root

90s (or earlier) cross-world fantasy book with a circular river and character-class tattoos

Why aren't (poly-)cotton tents more popular?

Cascading Repair Costs following Blown Head Gasket on a 2004 Subaru Outback

What kind of wire should I use to pigtail an outlet?

Why do some professors with PhDs leave their professorships to teach high school?

What is the line crossing the Pacific Ocean that is shown on maps?

Can a Horncaller control a Druid who is using Wild Shape?

How to reply to small talk/random facts in a non-offensive way?

What sort of mathematical problems are there in AI that people are working on?

Do equal angles necessarily mean a polygon is regular?

No IMPLICIT_CONVERSION warning in this query plan

Plotting with different color for a single curve

Low-gravity Bronze Age fortifications

Why is the G major to Bb major resolution so strong?

Short and long term plans in a closed game in the Sicilian Defense

Do flight schools typically have dress codes or expectations?

Are there any vegetarian astronauts?

What reason would an alien civilization have for building a Dyson Sphere (or Swarm) if cheap Nuclear fusion is available?

Through the Looking-Glass

Using “sparkling” as a diminutive of “spark” in a poem

Go Get the Six Six-Pack

Can the negators "jamais, rien, personne, plus, ni, aucun" be used in a single sentence?

How to perform Login Authentication at the client-side?

Alphabet completion rate



bash does not know the letter 'p' [duplicate]


Why did my “d” break when I screwed up a bind?Key for the letter “p” not working everywhere, Ubuntu LinuxWhy my $PATH is not inherited by the invoked bash?How does bash know how it is being invoked?#!/bin/bash: No such file or directoryUnable to source .profile and .nvm/nvm.sh from .bashrcWhy does tmux mess up my Ubuntu login, though it works ok once logged in for new windows?`su` and `sudo bash` give a root prompt that won't execute any commandLooping through lines in file using bash and passing to variable. Resulting variable is not the same value as file, why?Unable to type apostrophe in the terminalWhy can't I add this custom Node PATH to /etc/profile.d scripts?/etc/profile, ~/.bashrc and no other profile files are sourced for users, only for root






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








18
















This question already has an answer here:



  • Why did my “d” break when I screwed up a bind?

    1 answer



My bash does not know the letter p. zsh does though.



When I type a p in bash, it simply ignores it, and even pasting in text that contains a p will result in no p in the pasted text.
This behavior is the same across terminals (I tried, urxvt, st and tty)



I tried commenting out everything in my ~/.profile, ~/.bash_profile and ~/.bashrc, the problem still persists. Using root though, everything is fine. My /root/.profile, /root/.bash_profile and /root/.bashrc are symlinked to the files in my home directory. So the problem can't originate there, but it's got to be something that is different for root and my user.



I use a custom keyboard layout, but when I switch to standard US keyboard layout, the problem still persists as well.



Just to rule this out as well: I do not use gnome.



Where else can I look?










share|improve this question















marked as duplicate by Gilles bash
Users with the  bash badge can single-handedly close bash questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Jun 8 at 9:28


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.













  • 3





    Is there any .inputrc in effect?

    – choroba
    Jun 7 at 9:07






  • 1





    ha, yes, that's it! I had this left in there: # fix not working delete-key, see https://git.suckless.org/st/file/FAQ.html # line 51 # printf '33[?1h33=' >/dev/tty I'm using urxvt again anyways, so it doesn't matter

    – maddingl
    Jun 7 at 9:12












  • That was easier than I thought :) If you make your comment an answer, I can accept it

    – maddingl
    Jun 7 at 9:14











  • Been there, done that :)

    – choroba
    Jun 7 at 9:16






  • 3





    @maddingl could you copy that content into the answer. This would be a very good one for future readers! I understand this was something you might have done yourself but it's good for people to understand cause -> effect.

    – Philip Couling
    Jun 7 at 9:17


















18
















This question already has an answer here:



  • Why did my “d” break when I screwed up a bind?

    1 answer



My bash does not know the letter p. zsh does though.



When I type a p in bash, it simply ignores it, and even pasting in text that contains a p will result in no p in the pasted text.
This behavior is the same across terminals (I tried, urxvt, st and tty)



I tried commenting out everything in my ~/.profile, ~/.bash_profile and ~/.bashrc, the problem still persists. Using root though, everything is fine. My /root/.profile, /root/.bash_profile and /root/.bashrc are symlinked to the files in my home directory. So the problem can't originate there, but it's got to be something that is different for root and my user.



I use a custom keyboard layout, but when I switch to standard US keyboard layout, the problem still persists as well.



Just to rule this out as well: I do not use gnome.



Where else can I look?










share|improve this question















marked as duplicate by Gilles bash
Users with the  bash badge can single-handedly close bash questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Jun 8 at 9:28


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.













  • 3





    Is there any .inputrc in effect?

    – choroba
    Jun 7 at 9:07






  • 1





    ha, yes, that's it! I had this left in there: # fix not working delete-key, see https://git.suckless.org/st/file/FAQ.html # line 51 # printf '33[?1h33=' >/dev/tty I'm using urxvt again anyways, so it doesn't matter

    – maddingl
    Jun 7 at 9:12












  • That was easier than I thought :) If you make your comment an answer, I can accept it

    – maddingl
    Jun 7 at 9:14











  • Been there, done that :)

    – choroba
    Jun 7 at 9:16






  • 3





    @maddingl could you copy that content into the answer. This would be a very good one for future readers! I understand this was something you might have done yourself but it's good for people to understand cause -> effect.

    – Philip Couling
    Jun 7 at 9:17














18












18








18









This question already has an answer here:



  • Why did my “d” break when I screwed up a bind?

    1 answer



My bash does not know the letter p. zsh does though.



When I type a p in bash, it simply ignores it, and even pasting in text that contains a p will result in no p in the pasted text.
This behavior is the same across terminals (I tried, urxvt, st and tty)



I tried commenting out everything in my ~/.profile, ~/.bash_profile and ~/.bashrc, the problem still persists. Using root though, everything is fine. My /root/.profile, /root/.bash_profile and /root/.bashrc are symlinked to the files in my home directory. So the problem can't originate there, but it's got to be something that is different for root and my user.



I use a custom keyboard layout, but when I switch to standard US keyboard layout, the problem still persists as well.



Just to rule this out as well: I do not use gnome.



Where else can I look?










share|improve this question

















This question already has an answer here:



  • Why did my “d” break when I screwed up a bind?

    1 answer



My bash does not know the letter p. zsh does though.



When I type a p in bash, it simply ignores it, and even pasting in text that contains a p will result in no p in the pasted text.
This behavior is the same across terminals (I tried, urxvt, st and tty)



I tried commenting out everything in my ~/.profile, ~/.bash_profile and ~/.bashrc, the problem still persists. Using root though, everything is fine. My /root/.profile, /root/.bash_profile and /root/.bashrc are symlinked to the files in my home directory. So the problem can't originate there, but it's got to be something that is different for root and my user.



I use a custom keyboard layout, but when I switch to standard US keyboard layout, the problem still persists as well.



Just to rule this out as well: I do not use gnome.



Where else can I look?





This question already has an answer here:



  • Why did my “d” break when I screwed up a bind?

    1 answer







bash bashrc profile






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 7 at 12:44









Rui F Ribeiro

40.5k16 gold badges89 silver badges150 bronze badges




40.5k16 gold badges89 silver badges150 bronze badges










asked Jun 7 at 8:55









maddinglmaddingl

1429 bronze badges




1429 bronze badges




marked as duplicate by Gilles bash
Users with the  bash badge can single-handedly close bash questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Jun 8 at 9:28


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by Gilles bash
Users with the  bash badge can single-handedly close bash questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Jun 8 at 9:28


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









  • 3





    Is there any .inputrc in effect?

    – choroba
    Jun 7 at 9:07






  • 1





    ha, yes, that's it! I had this left in there: # fix not working delete-key, see https://git.suckless.org/st/file/FAQ.html # line 51 # printf '33[?1h33=' >/dev/tty I'm using urxvt again anyways, so it doesn't matter

    – maddingl
    Jun 7 at 9:12












  • That was easier than I thought :) If you make your comment an answer, I can accept it

    – maddingl
    Jun 7 at 9:14











  • Been there, done that :)

    – choroba
    Jun 7 at 9:16






  • 3





    @maddingl could you copy that content into the answer. This would be a very good one for future readers! I understand this was something you might have done yourself but it's good for people to understand cause -> effect.

    – Philip Couling
    Jun 7 at 9:17













  • 3





    Is there any .inputrc in effect?

    – choroba
    Jun 7 at 9:07






  • 1





    ha, yes, that's it! I had this left in there: # fix not working delete-key, see https://git.suckless.org/st/file/FAQ.html # line 51 # printf '33[?1h33=' >/dev/tty I'm using urxvt again anyways, so it doesn't matter

    – maddingl
    Jun 7 at 9:12












  • That was easier than I thought :) If you make your comment an answer, I can accept it

    – maddingl
    Jun 7 at 9:14











  • Been there, done that :)

    – choroba
    Jun 7 at 9:16






  • 3





    @maddingl could you copy that content into the answer. This would be a very good one for future readers! I understand this was something you might have done yourself but it's good for people to understand cause -> effect.

    – Philip Couling
    Jun 7 at 9:17








3




3





Is there any .inputrc in effect?

– choroba
Jun 7 at 9:07





Is there any .inputrc in effect?

– choroba
Jun 7 at 9:07




1




1





ha, yes, that's it! I had this left in there: # fix not working delete-key, see https://git.suckless.org/st/file/FAQ.html # line 51 # printf '33[?1h33=' >/dev/tty I'm using urxvt again anyways, so it doesn't matter

– maddingl
Jun 7 at 9:12






ha, yes, that's it! I had this left in there: # fix not working delete-key, see https://git.suckless.org/st/file/FAQ.html # line 51 # printf '33[?1h33=' >/dev/tty I'm using urxvt again anyways, so it doesn't matter

– maddingl
Jun 7 at 9:12














That was easier than I thought :) If you make your comment an answer, I can accept it

– maddingl
Jun 7 at 9:14





That was easier than I thought :) If you make your comment an answer, I can accept it

– maddingl
Jun 7 at 9:14













Been there, done that :)

– choroba
Jun 7 at 9:16





Been there, done that :)

– choroba
Jun 7 at 9:16




3




3





@maddingl could you copy that content into the answer. This would be a very good one for future readers! I understand this was something you might have done yourself but it's good for people to understand cause -> effect.

– Philip Couling
Jun 7 at 9:17






@maddingl could you copy that content into the answer. This would be a very good one for future readers! I understand this was something you might have done yourself but it's good for people to understand cause -> effect.

– Philip Couling
Jun 7 at 9:17











1 Answer
1






active

oldest

votes


















19














Besides the files you mentioned, there could be .inputrc in effect that changes the interpretation of the p key.



Edit: maddingl (the OP) confirms:




That's it. I had left the following in there:



# fix not working delete-key in st, see https://git.suckless.org/st/file/FAQ.html
# line 51
printf '33[?1h33=' >/dev/tty


That line does fix the delete-key in st, but it also causes the described problem. I went back to urxvt anyways, so for me it does not matter. If the reader is using st and wants both working p and delete, see the above mentioned link for more info.







share|improve this answer




















  • 4





    @maddingl I don't think your edit was warrented. First of all: don't write edits using first-person. Edits should fix errors or add small amounts of information. IMHO instead of editing this answer you could have added your own answer instead.

    – Giacomo Alzetta
    Jun 7 at 10:54






  • 4





    @GiacomoAlzetta: Let's not treat new users with conflicting demands. maddingl was asked to do it this this commend on the question above.

    – user000001
    Jun 7 at 19:07












  • I think the comment was suggesting that @maddlingl write his own answer, but it was written unclearly.

    – Barmar
    Jun 7 at 22:08











  • @Barmar Yes, that's what I meant. If a user edits someone else's answer/question they should do so in an "integrated manner", not like "Hey, different user here. This is what I did ...". At that point they should simply write their own answer and add a reference to the other answer.

    – Giacomo Alzetta
    Jun 10 at 7:05











  • @GiacomoAlzetta please don't encourage people to write new posts inappropriately. Answers are for new answers not further clarification of existing answers.

    – Philip Couling
    Jun 10 at 9:06




















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









19














Besides the files you mentioned, there could be .inputrc in effect that changes the interpretation of the p key.



Edit: maddingl (the OP) confirms:




That's it. I had left the following in there:



# fix not working delete-key in st, see https://git.suckless.org/st/file/FAQ.html
# line 51
printf '33[?1h33=' >/dev/tty


That line does fix the delete-key in st, but it also causes the described problem. I went back to urxvt anyways, so for me it does not matter. If the reader is using st and wants both working p and delete, see the above mentioned link for more info.







share|improve this answer




















  • 4





    @maddingl I don't think your edit was warrented. First of all: don't write edits using first-person. Edits should fix errors or add small amounts of information. IMHO instead of editing this answer you could have added your own answer instead.

    – Giacomo Alzetta
    Jun 7 at 10:54






  • 4





    @GiacomoAlzetta: Let's not treat new users with conflicting demands. maddingl was asked to do it this this commend on the question above.

    – user000001
    Jun 7 at 19:07












  • I think the comment was suggesting that @maddlingl write his own answer, but it was written unclearly.

    – Barmar
    Jun 7 at 22:08











  • @Barmar Yes, that's what I meant. If a user edits someone else's answer/question they should do so in an "integrated manner", not like "Hey, different user here. This is what I did ...". At that point they should simply write their own answer and add a reference to the other answer.

    – Giacomo Alzetta
    Jun 10 at 7:05











  • @GiacomoAlzetta please don't encourage people to write new posts inappropriately. Answers are for new answers not further clarification of existing answers.

    – Philip Couling
    Jun 10 at 9:06
















19














Besides the files you mentioned, there could be .inputrc in effect that changes the interpretation of the p key.



Edit: maddingl (the OP) confirms:




That's it. I had left the following in there:



# fix not working delete-key in st, see https://git.suckless.org/st/file/FAQ.html
# line 51
printf '33[?1h33=' >/dev/tty


That line does fix the delete-key in st, but it also causes the described problem. I went back to urxvt anyways, so for me it does not matter. If the reader is using st and wants both working p and delete, see the above mentioned link for more info.







share|improve this answer




















  • 4





    @maddingl I don't think your edit was warrented. First of all: don't write edits using first-person. Edits should fix errors or add small amounts of information. IMHO instead of editing this answer you could have added your own answer instead.

    – Giacomo Alzetta
    Jun 7 at 10:54






  • 4





    @GiacomoAlzetta: Let's not treat new users with conflicting demands. maddingl was asked to do it this this commend on the question above.

    – user000001
    Jun 7 at 19:07












  • I think the comment was suggesting that @maddlingl write his own answer, but it was written unclearly.

    – Barmar
    Jun 7 at 22:08











  • @Barmar Yes, that's what I meant. If a user edits someone else's answer/question they should do so in an "integrated manner", not like "Hey, different user here. This is what I did ...". At that point they should simply write their own answer and add a reference to the other answer.

    – Giacomo Alzetta
    Jun 10 at 7:05











  • @GiacomoAlzetta please don't encourage people to write new posts inappropriately. Answers are for new answers not further clarification of existing answers.

    – Philip Couling
    Jun 10 at 9:06














19












19








19







Besides the files you mentioned, there could be .inputrc in effect that changes the interpretation of the p key.



Edit: maddingl (the OP) confirms:




That's it. I had left the following in there:



# fix not working delete-key in st, see https://git.suckless.org/st/file/FAQ.html
# line 51
printf '33[?1h33=' >/dev/tty


That line does fix the delete-key in st, but it also causes the described problem. I went back to urxvt anyways, so for me it does not matter. If the reader is using st and wants both working p and delete, see the above mentioned link for more info.







share|improve this answer















Besides the files you mentioned, there could be .inputrc in effect that changes the interpretation of the p key.



Edit: maddingl (the OP) confirms:




That's it. I had left the following in there:



# fix not working delete-key in st, see https://git.suckless.org/st/file/FAQ.html
# line 51
printf '33[?1h33=' >/dev/tty


That line does fix the delete-key in st, but it also causes the described problem. I went back to urxvt anyways, so for me it does not matter. If the reader is using st and wants both working p and delete, see the above mentioned link for more info.








share|improve this answer














share|improve this answer



share|improve this answer








edited Jun 8 at 9:17









ruakh

1,0121 gold badge9 silver badges15 bronze badges




1,0121 gold badge9 silver badges15 bronze badges










answered Jun 7 at 9:15









chorobachoroba

28.1k4 gold badges55 silver badges79 bronze badges




28.1k4 gold badges55 silver badges79 bronze badges







  • 4





    @maddingl I don't think your edit was warrented. First of all: don't write edits using first-person. Edits should fix errors or add small amounts of information. IMHO instead of editing this answer you could have added your own answer instead.

    – Giacomo Alzetta
    Jun 7 at 10:54






  • 4





    @GiacomoAlzetta: Let's not treat new users with conflicting demands. maddingl was asked to do it this this commend on the question above.

    – user000001
    Jun 7 at 19:07












  • I think the comment was suggesting that @maddlingl write his own answer, but it was written unclearly.

    – Barmar
    Jun 7 at 22:08











  • @Barmar Yes, that's what I meant. If a user edits someone else's answer/question they should do so in an "integrated manner", not like "Hey, different user here. This is what I did ...". At that point they should simply write their own answer and add a reference to the other answer.

    – Giacomo Alzetta
    Jun 10 at 7:05











  • @GiacomoAlzetta please don't encourage people to write new posts inappropriately. Answers are for new answers not further clarification of existing answers.

    – Philip Couling
    Jun 10 at 9:06













  • 4





    @maddingl I don't think your edit was warrented. First of all: don't write edits using first-person. Edits should fix errors or add small amounts of information. IMHO instead of editing this answer you could have added your own answer instead.

    – Giacomo Alzetta
    Jun 7 at 10:54






  • 4





    @GiacomoAlzetta: Let's not treat new users with conflicting demands. maddingl was asked to do it this this commend on the question above.

    – user000001
    Jun 7 at 19:07












  • I think the comment was suggesting that @maddlingl write his own answer, but it was written unclearly.

    – Barmar
    Jun 7 at 22:08











  • @Barmar Yes, that's what I meant. If a user edits someone else's answer/question they should do so in an "integrated manner", not like "Hey, different user here. This is what I did ...". At that point they should simply write their own answer and add a reference to the other answer.

    – Giacomo Alzetta
    Jun 10 at 7:05











  • @GiacomoAlzetta please don't encourage people to write new posts inappropriately. Answers are for new answers not further clarification of existing answers.

    – Philip Couling
    Jun 10 at 9:06








4




4





@maddingl I don't think your edit was warrented. First of all: don't write edits using first-person. Edits should fix errors or add small amounts of information. IMHO instead of editing this answer you could have added your own answer instead.

– Giacomo Alzetta
Jun 7 at 10:54





@maddingl I don't think your edit was warrented. First of all: don't write edits using first-person. Edits should fix errors or add small amounts of information. IMHO instead of editing this answer you could have added your own answer instead.

– Giacomo Alzetta
Jun 7 at 10:54




4




4





@GiacomoAlzetta: Let's not treat new users with conflicting demands. maddingl was asked to do it this this commend on the question above.

– user000001
Jun 7 at 19:07






@GiacomoAlzetta: Let's not treat new users with conflicting demands. maddingl was asked to do it this this commend on the question above.

– user000001
Jun 7 at 19:07














I think the comment was suggesting that @maddlingl write his own answer, but it was written unclearly.

– Barmar
Jun 7 at 22:08





I think the comment was suggesting that @maddlingl write his own answer, but it was written unclearly.

– Barmar
Jun 7 at 22:08













@Barmar Yes, that's what I meant. If a user edits someone else's answer/question they should do so in an "integrated manner", not like "Hey, different user here. This is what I did ...". At that point they should simply write their own answer and add a reference to the other answer.

– Giacomo Alzetta
Jun 10 at 7:05





@Barmar Yes, that's what I meant. If a user edits someone else's answer/question they should do so in an "integrated manner", not like "Hey, different user here. This is what I did ...". At that point they should simply write their own answer and add a reference to the other answer.

– Giacomo Alzetta
Jun 10 at 7:05













@GiacomoAlzetta please don't encourage people to write new posts inappropriately. Answers are for new answers not further clarification of existing answers.

– Philip Couling
Jun 10 at 9:06






@GiacomoAlzetta please don't encourage people to write new posts inappropriately. Answers are for new answers not further clarification of existing answers.

– Philip Couling
Jun 10 at 9:06




Popular posts from this blog

Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020